summaryrefslogtreecommitdiff
path: root/graphics/plotutils
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 /graphics/plotutils
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 'graphics/plotutils')
-rw-r--r--graphics/plotutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index ab4feefdbda..8d5eb1eeb1f 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/01/25 12:04:26 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2003/05/29 23:14:09 grant Exp $
#
DISTNAME= plotutils-2.4.1
@@ -12,7 +12,7 @@ COMMENT= Programs and library for plotting scientific data
USE_BUILDLINK2= yes
USE_X11BASE= yes
-USE_CXX= yes
+USE_GCC_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libplotter