netstar pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=482724d52aaebb21ebb228eead9ddc107b094780

commit 482724d52aaebb21ebb228eead9ddc107b094780
Author: Al Poole <nets...@gmail.com>
Date:   Sun Dec 3 13:37:42 2017 +0000

    BSD: resolve issue of missing symbols building E on FreeBSD.
---
 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 7611e968af..4be77bcf94 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
+Libs: -L${libdir} -lecore -lefl -lintl
 Libs.private: @requirements_libs_ecore@
 Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-@VMAJ@

-- 


Reply via email to