diff options
author | grant <grant> | 2003-05-29 23:14:07 +0000 |
---|---|---|
committer | grant <grant> | 2003-05-29 23:14:07 +0000 |
commit | dff0f1cb8b70336dacf0582ef1e18d282f0d1164 (patch) | |
tree | 2ab39a00d70ddd1fe87ded8ec8941560f6ff8dee /databases/db4 | |
parent | 9f4ba76cbdd59e3820f78563c8ca61b083f3b4cb (diff) | |
download | pkgsrc-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 'databases/db4')
-rw-r--r-- | databases/db4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index c4b2d5f571c..1a379874088 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/03/29 12:40:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/29 23:14:08 grant Exp $ DISTNAME= db-4.0.14 PKGNAME= db4-4.0.14 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.sleepycat.com/ COMMENT= Sleepycat Software's Berkeley DB version 4 USE_BUILDLINK2= yes -USE_CXX= yes +USE_GCC_SHLIB= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/build_unix/libtool GNU_CONFIGURE= yes |