diff options
-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 |