summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorgrant <grant>2003-05-29 23:14:07 +0000
committergrant <grant>2003-05-29 23:14:07 +0000
commitdff0f1cb8b70336dacf0582ef1e18d282f0d1164 (patch)
tree2ab39a00d70ddd1fe87ded8ec8941560f6ff8dee /x11/kdelibs2
parent9f4ba76cbdd59e3820f78563c8ca61b083f3b4cb (diff)
downloadpkgsrc-dff0f1cb8b70336dacf0582ef1e18d282f0d1164.tar.gz
s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index dff2f3ed22e..a73a36bf286 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2003/05/11 05:24:29 jmc Exp $
+# $NetBSD: Makefile,v 1.50 2003/05/29 23:14:11 grant Exp $
DISTNAME= kdelibs-2.2.2
PKGREVISION= 5
@@ -10,7 +10,7 @@ COMMENT= Support libraries for the KDE integrated X11 desktop
CONFLICTS= arts-[1-9]*
USE_BUILDLINK2= YES
-USE_CXX= YES
+USE_GCC_SHLIB= YES
USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"