summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-29 23:14:07 +0000
committergrant <grant@pkgsrc.org>2003-05-29 23:14:07 +0000
commit712c21283a3273130919635485aa657bfcf2df4a (patch)
tree2ab39a00d70ddd1fe87ded8ec8941560f6ff8dee /wm
parent392ba6fb3d2d351009bec6eaba0af88df7641d33 (diff)
downloadpkgsrc-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 'wm')
-rw-r--r--wm/fluxbox/Makefile5
-rw-r--r--wm/wmx-gnome/Makefile4
2 files changed, 4 insertions, 5 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile
index f5f8ee0ce61..bdf2e5d2386 100644
--- a/wm/fluxbox/Makefile
+++ b/wm/fluxbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/05/17 05:41:11 salo Exp $
+# $NetBSD: Makefile,v 1.10 2003/05/29 23:14:10 grant Exp $
#
DISTNAME= fluxbox-0.1.14
@@ -15,12 +15,11 @@ DEPENDS= bsetroot>=0.1nb1:../../wm/bsetroot
USE_BUILDLINK2= YES
USE_X11= YES
-USE_CXX= YES
+USE_GCC_SHLIB= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --enable-kde
.include "../../fonts/Xft2/buildlink2.mk"
-.include "../../lang/gcc/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/wmx-gnome/Makefile b/wm/wmx-gnome/Makefile
index 32b0134966c..3f1bf84084b 100644
--- a/wm/wmx-gnome/Makefile
+++ b/wm/wmx-gnome/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2002/11/15 00:59:05 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/29 23:14:10 grant Exp $
PKGNAME= wmx-gnome-${WMX_VERS}
CATEGORIES+= gnome
COMMENT= another X11 window manager based on wm2, with GNOME compliance
USE_BUILDLINK2= # defined
-USE_CXX= # defined
+USE_GCC_SHLIB= # defined
.include "../../wm/wmx/Makefile.common"