diff options
author | asau <asau@pkgsrc.org> | 2014-06-19 07:14:04 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-06-19 07:14:04 +0000 |
commit | 48ff2ff1d8479a1c3245a7888a046a2c8ccd0662 (patch) | |
tree | b7af30a04569e916388826e3b6b59f1863b26c1f /converters/wv2 | |
parent | 69bf99650c7f7c51d719cd8fe50f3f65732bb591 (diff) | |
download | pkgsrc-48ff2ff1d8479a1c3245a7888a046a2c8ccd0662.tar.gz |
FreeBSD's iconv(3) crashes configure tests.
Diffstat (limited to 'converters/wv2')
-rw-r--r-- | converters/wv2/Makefile | 4 |
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 |