diff options
author | asau <asau> | 2014-06-19 07:14:04 +0000 |
---|---|---|
committer | asau <asau> | 2014-06-19 07:14:04 +0000 |
commit | b5e40ace2b8cd02f3d4c0e9c90ca6660399afc1d (patch) | |
tree | b7af30a04569e916388826e3b6b59f1863b26c1f /converters | |
parent | 0d38898cd85c3e44c2b2c9bd249397c677c2487c (diff) | |
download | pkgsrc-b5e40ace2b8cd02f3d4c0e9c90ca6660399afc1d.tar.gz |
FreeBSD's iconv(3) crashes configure tests.
Diffstat (limited to 'converters')
-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 |