pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/wv2 use GNU iconv on DragonFly, should fix ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8129beb087e1
branches: trunk
changeset: 536878:8129beb087e1
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Dec 27 15:06:52 2007 +0000
description:
use GNU iconv on DragonFly, should fix the error seen in bulk build
diffstat:
converters/wv2/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 56b8dc750c3d -r 8129beb087e1 converters/wv2/Makefile
--- a/converters/wv2/Makefile Thu Dec 27 15:06:02 2007 +0000
+++ b/converters/wv2/Makefile Thu Dec 27 15:06:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/12/17 22:04:38 drochner Exp $
+# $NetBSD: Makefile,v 1.27 2007/12/27 15:06:52 drochner Exp $
#
DISTNAME= wv2-0.2.3
@@ -17,6 +17,12 @@
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+# DragonFly's iconv(3) doesn't pass the configure check
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "DragonFly"
+USE_GNU_ICONV= yes
+.endif
+
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= ${CONFIGURE_ARGS.${ICONV_TYPE}-iconv}
Home |
Main Index |
Thread Index |
Old Index