summaryrefslogtreecommitdiff
path: root/converters/wv2
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-06-19 07:14:04 +0000
committerasau <asau@pkgsrc.org>2014-06-19 07:14:04 +0000
commit48ff2ff1d8479a1c3245a7888a046a2c8ccd0662 (patch)
treeb7af30a04569e916388826e3b6b59f1863b26c1f /converters/wv2
parent69bf99650c7f7c51d719cd8fe50f3f65732bb591 (diff)
downloadpkgsrc-48ff2ff1d8479a1c3245a7888a046a2c8ccd0662.tar.gz
FreeBSD's iconv(3) crashes configure tests.
Diffstat (limited to 'converters/wv2')
-rw-r--r--converters/wv2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile
index c370300d4ce..86f702dfce3 100644
--- a/converters/wv2/Makefile
+++ b/converters/wv2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/10/03 00:20:18 asau Exp $
+# $NetBSD: Makefile,v 1.37 2014/06/19 07:14:04 asau Exp $
#
DISTNAME= wv2-0.2.3
@@ -19,7 +19,7 @@ USE_LANGUAGES= c c++
# DragonFly's iconv(3) doesn't pass the configure check
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "DragonFly"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
USE_GNU_ICONV= yes
.endif