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.
This commit is contained in:
parent
2dcc04db10
commit
88f53da752
1 changed files with 4 additions and 1 deletions
|
@ -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 @@ _NEED_ICONV= YES
|
|||
.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}
|
||||
|
|
Loading…
Reference in a new issue