From 414b3c9cdadbf099552ca02fa7180609f411e65d Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 24 May 2013 19:23:40 +0000 Subject: Remove -lintl from LDFLAGS, this will -lintl being recorded in glib-2.0.pc in the private section. So static linking will work. PR: ports/178958 Submitted by: emaste@ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18498 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/glib20/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index b67375c02..b33949e22 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ --disable-fam CONFIGURE_ENV= ac_cv_header_sys_inotify_h= CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lintl +LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= COLLATION_FIX DEBUG COLLATION_FIX_DESC= fix string collation -- cgit v1.2.3