diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
commit | 5e018cb4710c685f0591ec745aef38fe4495e3e5 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /devel/glib2 | |
parent | 0e2a4e40d8f2787851a637846fd85879ff512e97 (diff) | |
download | pkgsrc-5e018cb4710c685f0591ec745aef38fe4495e3e5.tar.gz |
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
Diffstat (limited to 'devel/glib2')
-rw-r--r-- | devel/glib2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile index c97367c7b69..f498a55cb5a 100644 --- a/devel/glib2/Makefile +++ b/devel/glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2005/04/15 12:54:38 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2005/05/22 05:35:32 jlam Exp $ DISTNAME= glib-2.6.4 PKGNAME= ${DISTNAME:S/glib/glib2/} @@ -45,7 +45,6 @@ CONFIGURE_ARGS.gnu-iconv= --with-libiconv=gnu # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE} -CONFIGURE_ENV+= PERL=${PERL5} CONFIGURE_ENV+= PERL_PATH=${PERL5} CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" |