summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authortron <tron>2002-09-11 15:13:02 +0000
committertron <tron>2002-09-11 15:13:02 +0000
commitccc6b1d69f010542dc4d80588e3727dd6889854e (patch)
treea5fba1b19f66a241bb95f63c4ead99103ce7a99b /x11/kdelibs2
parentcc8fa1eb78e99ad7a201f59f436469820a48fd80 (diff)
downloadpkgsrc-ccc6b1d69f010542dc4d80588e3727dd6889854e.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/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile3
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