summaryrefslogtreecommitdiff
path: root/x11/kdelibs3
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/kdelibs3
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/kdelibs3')
-rw-r--r--x11/kdelibs3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 03fdde7795f..f30af219f48 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2003/05/22 02:42:40 markd Exp $
+# $NetBSD: Makefile,v 1.29 2003/05/29 23:14:12 grant Exp $
DISTNAME= kdelibs-3.1.2
CATEGORIES= x11
@@ -9,7 +9,7 @@ COMMENT= Support libraries for the KDE integrated X11 desktop
CONFLICTS+= koffice3<=1.1.1
USE_BUILDLINK2= YES
-USE_CXX= YES
+USE_GCC_SHLIB= YES
USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"