diff options
author | tron <tron@pkgsrc.org> | 2002-09-11 15:13:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-11 15:13:02 +0000 |
commit | 15a180605738af0ffb334ec5d548c33ac00d0b6a (patch) | |
tree | a5fba1b19f66a241bb95f63c4ead99103ce7a99b /x11 | |
parent | 9d0f44fdfa90a93311af8558a8f9dd1ba39fd5c9 (diff) | |
download | pkgsrc-15a180605738af0ffb334ec5d548c33ac00d0b6a.tar.gz |
Stop this package from findind "pkg-config" and trying to use libraries
which it shouldn't use. An installed "glib2" package might otherwise
cause build failures.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index d6531d078c1..e79c1cbc908 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2002/09/10 16:06:53 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2002/09/11 15:13:02 tron Exp $ DISTNAME= kdelibs-2.2.2 PKGREVISION= 3 @@ -14,6 +14,7 @@ USE_BUILDLINK2= YES USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}" +CONFIGURE_ENV+= PKG_CONFIG=${WRKDIR}/must-not-exist .if (${MACHINE_ARCH} == "arm32") BROKEN= Compilation causes arm32 machines to hang |