pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libiconv add a "ICONV_IS_GNU" variable whic...
details: https://anonhg.NetBSD.org/pkgsrc/rev/711e4e42b637
branches: trunk
changeset: 463180:711e4e42b637
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Fri Oct 31 02:09:19 2003 +0000
description:
add a "ICONV_IS_GNU" variable which is set to "YES" when the logic here
says we need the pkgsrc libiconv. This will let pkgs who need to know
deal appropriately.
diffstat:
converters/libiconv/buildlink2.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 56bd1511d068 -r 711e4e42b637 converters/libiconv/buildlink2.mk
--- a/converters/libiconv/buildlink2.mk Thu Oct 30 23:38:53 2003 +0000
+++ b/converters/libiconv/buildlink2.mk Fri Oct 31 02:09:19 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.10 2003/09/02 18:20:33 seb Exp $
+# $NetBSD: buildlink2.mk,v 1.11 2003/10/31 02:09:19 dmcmahill Exp $
.if !defined(ICONV_BUILDLINK2_MK)
ICONV_BUILDLINK2_MK= # defined
@@ -34,6 +34,9 @@
.endif
.if ${_NEED_ICONV} == "YES"
+# let other packages know that we're using the pkgsrc
+# GNU libiconv
+ICONV_IS_GNU= YES
BUILDLINK_PACKAGES+= iconv
EVAL_PREFIX+= BUILDLINK_PREFIX.iconv=libiconv
BUILDLINK_PREFIX.iconv_DEFAULT= ${LOCALBASE}
Home |
Main Index |
Thread Index |
Old Index