pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/gv Skip iconv_open in libiconv check in configur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1fa6abb2482c
branches: trunk
changeset: 578024:1fa6abb2482c
user: obache <obache%pkgsrc.org@localhost>
date: Mon Jul 26 14:57:51 2010 +0000
description:
Skip iconv_open in libiconv check in configure script.
It always failed with libiconv from pkgsrc.
diffstat:
print/gv/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 929c2761cf0e -r 1fa6abb2482c print/gv/Makefile
--- a/print/gv/Makefile Mon Jul 26 14:40:22 2010 +0000
+++ b/print/gv/Makefile Mon Jul 26 14:57:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2010/07/26 14:40:22 obache Exp $
+# $NetBSD: Makefile,v 1.73 2010/07/26 14:57:51 obache Exp $
DISTNAME= gv-3.7.1
CATEGORIES= print
@@ -37,6 +37,10 @@
CONFIGURE_ARGS+= --enable-SIGCHLD-fallback
.endif
+# XXX: bad configure test for libiconv from pkgsrc, so skip it.
+CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes
+LIBS+= ${BUILDLINK_LDADD.iconv}
+
SUBST_CLASSES+= optlong1
SUBST_STAGE.optlong1= post-extract
SUBST_FILES.optlong1= src/gv_message.h
Home |
Main Index |
Thread Index |
Old Index