summaryrefslogtreecommitdiff
path: root/devel/netcdf
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 /devel/netcdf
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 'devel/netcdf')
-rw-r--r--devel/netcdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/netcdf/Makefile b/devel/netcdf/Makefile
index 8bd0d158416..5d0d546da2c 100644
--- a/devel/netcdf/Makefile
+++ b/devel/netcdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/03/02 08:26:09 jtb Exp $
+# $NetBSD: Makefile,v 1.13 2003/05/29 23:14:08 grant Exp $
DISTNAME= netcdf-3.5.0
WRKSRC= ${WRKDIR}/${DISTNAME}/src
@@ -12,7 +12,7 @@ COMMENT= Library for array-oriented data access
USE_BUILDLINK2= # defined
USE_FORTRAN= # defined
-USE_CXX= # defined
+USE_GCC_SHLIB= # defined
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
CPPFLAGS+= -Df2cFortran -Dunix