diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-25 03:23:40 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-25 03:23:40 +0800 |
commit | 414b3c9cdadbf099552ca02fa7180609f411e65d (patch) | |
tree | 47721a65978ecb11ffa553897d7832ad60c67c3b | |
parent | fac82f43f28f60510a1444a7ee71236079e24b78 (diff) | |
download | marcuscom-ports-414b3c9cdadbf099552ca02fa7180609f411e65d.tar marcuscom-ports-414b3c9cdadbf099552ca02fa7180609f411e65d.tar.gz marcuscom-ports-414b3c9cdadbf099552ca02fa7180609f411e65d.tar.bz2 marcuscom-ports-414b3c9cdadbf099552ca02fa7180609f411e65d.tar.lz marcuscom-ports-414b3c9cdadbf099552ca02fa7180609f411e65d.tar.xz marcuscom-ports-414b3c9cdadbf099552ca02fa7180609f411e65d.tar.zst marcuscom-ports-414b3c9cdadbf099552ca02fa7180609f411e65d.zip |
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
-rw-r--r-- | devel/glib20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |