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 | 51a7c1c21c4a1308999fb24b7ffea83a882b64f7 (patch) | |
tree | b7af30a04569e916388826e3b6b59f1863b26c1f /converters/wv2/Makefile | |
parent | 10ed1dfb0dbb0b8edf5c3953e5f14adc8254af0d (diff) | |
download | pkgsrc-51a7c1c21c4a1308999fb24b7ffea83a882b64f7.tar.gz |
FreeBSD's iconv(3) crashes configure tests.
Diffstat (limited to 'converters/wv2/Makefile')
-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 |