From e12b5352a1e96b6f3b35f24642ed64e631b5bba1 Mon Sep 17 00:00:00 2001 From: Al Poole Date: Sun, 3 Dec 2017 21:46:15 +0000 Subject: [PATCH] Revert "BSD: resolve issue of missing symbols building E on FreeBSD." This reverts commit 482724d52aaebb21ebb228eead9ddc107b094780. Sorry!!! --- pc/ecore.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/ecore.pc.in b/pc/ecore.pc.in index 4be77bcf94..7611e968af 100644 --- a/pc/ecore.pc.in +++ b/pc/ecore.pc.in @@ -13,6 +13,6 @@ Name: ecore Description: Ecore event abstraction library Requires.private: @requirements_pc_ecore@ Version: @VERSION@ -Libs: -L${libdir} -lecore -lefl -lintl +Libs: -L${libdir} -lecore -lefl Libs.private: @requirements_libs_ecore@ Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-@VMAJ@