diff options
author | grant <grant@pkgsrc.org> | 2003-05-29 23:14:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-05-29 23:14:07 +0000 |
commit | 712c21283a3273130919635485aa657bfcf2df4a (patch) | |
tree | 2ab39a00d70ddd1fe87ded8ec8941560f6ff8dee /x11 | |
parent | 392ba6fb3d2d351009bec6eaba0af88df7641d33 (diff) | |
download | pkgsrc-712c21283a3273130919635485aa657bfcf2df4a.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')
-rw-r--r-- | x11/kdelibs2/Makefile | 4 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 4 | ||||
-rw-r--r-- | x11/xplanet/Makefile | 4 |
3 files changed, 6 insertions, 6 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}" 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}" diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 832dfee0ccb..2de631b38ed 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/03/09 19:28:19 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2003/05/29 23:14:12 grant Exp $ # DISTNAME= xplanet-0.93 @@ -11,7 +11,7 @@ HOMEPAGE= http://xplanet.sourceforge.net/ COMMENT= Rotating rendered map of the Earth in X11 root window USE_BUILDLINK2= yes -USE_CXX= yes +USE_GCC_SHLIB= yes USE_X11= yes USE_GMAKE= yes |