summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-03-03 13:43:48 +0000
committerjperkin <jperkin>2016-03-03 13:43:48 +0000
commit2a7b6471e37cc15ec81cabfd94492ad86ae82a71 (patch)
treeae27633d960c89dd11f7fb3815f8c0e6a03dba68 /converters
parent84c69f3a78663cef9f061eaf980861a8d07241e2 (diff)
downloadpkgsrc-2a7b6471e37cc15ec81cabfd94492ad86ae82a71.tar.gz
For now force pkgsrc libiconv on Darwin as a similar workaround to
what currently exists for FreeBSD/DragonFly. At some point we should just fix the broken tests...
Diffstat (limited to 'converters')
-rw-r--r--converters/wv2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile
index 86f702dfce3..b4512c9df9b 100644
--- a/converters/wv2/Makefile
+++ b/converters/wv2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/06/19 07:14:04 asau Exp $
+# $NetBSD: Makefile,v 1.38 2016/03/03 13:43:48 jperkin Exp $
#
DISTNAME= wv2-0.2.3
@@ -21,6 +21,8 @@ USE_LANGUAGES= c c++
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
USE_GNU_ICONV= yes
+.elif ${OPSYS} == "Darwin"
+USE_BUILTIN.iconv= no
.endif
CONFIGURE_ARGS+= --disable-debug