diff options
author | mezz <mezz@FreeBSD.org> | 2012-05-21 00:31:52 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-05-21 00:31:52 +0800 |
commit | 5e1bb49ee6b8c01d097c2c5caba29576f29178f1 (patch) | |
tree | 8fad31de13c1140a179af774cf903e9e6dd9ac39 /textproc/libxml2 | |
parent | c14395f83bf0b7741cf326e2a4cae0f18874a25a (diff) | |
download | freebsd-ports-gnome-5e1bb49ee6b8c01d097c2c5caba29576f29178f1.tar.gz freebsd-ports-gnome-5e1bb49ee6b8c01d097c2c5caba29576f29178f1.tar.zst freebsd-ports-gnome-5e1bb49ee6b8c01d097c2c5caba29576f29178f1.zip |
Fix the disable iconv option.
PR: ports/167211
Submitted by: sunpoet
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 309ec2a130f9..9b4f11b399f0 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -39,6 +39,8 @@ LDFLAGS+= -L${LOCALBASE}/lib .if !defined(WITHOUT_ICONV) USE_ICONV= yes CONFIGURE_ARGS+=--with-iconv=${LOCALBASE} +.else +CONFIGURE_ARGS+=--with-iconv=no .endif .if !defined(MASTERDIR) |