summaryrefslogtreecommitdiff
path: root/lang/jikes
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 /lang/jikes
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 'lang/jikes')
-rw-r--r--lang/jikes/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile
index 0ede5428e5b..0e4287b93d2 100644
--- a/lang/jikes/Makefile
+++ b/lang/jikes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/05/23 01:50:30 jschauma Exp $
+# $NetBSD: Makefile,v 1.15 2003/05/29 23:14:09 grant Exp $
#
DISTNAME= jikes-1.18
@@ -14,10 +14,9 @@ ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-*
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-USE_CXX= yes
+USE_GCC_SHLIB= yes
UNLIMIT_RESOURCES= datasize
USE_GMAKE= # uses multi-line comments with \ (naughty hack!)
-.include "../../lang/gcc/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"