diff options
Diffstat (limited to 'devel')
-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 8c1748d3db6b..e8c1293ab931 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--disable-dtrace #CONFIGURE_ARGS+=--enable-dtrace #.endif -.if exists(/usr/include/iconv.h) && ${OSVERSION} >= 1000043 +.if empty(ICONV_LIB) CONFIGURE_ARGS+= --with-libiconv=native .else CONFIGURE_ARGS+= --with-libiconv=gnu |