diff options
author | grant <grant@pkgsrc.org> | 2003-05-29 23:14:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-05-29 23:14:07 +0000 |
commit | 712c21283a3273130919635485aa657bfcf2df4a (patch) | |
tree | 2ab39a00d70ddd1fe87ded8ec8941560f6ff8dee /converters/macfork/Makefile | |
parent | 392ba6fb3d2d351009bec6eaba0af88df7641d33 (diff) | |
download | pkgsrc-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 'converters/macfork/Makefile')
-rw-r--r-- | converters/macfork/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/macfork/Makefile b/converters/macfork/Makefile index c54f6ada72c..9ae1af42f8a 100644 --- a/converters/macfork/Makefile +++ b/converters/macfork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/11/14 23:42:51 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/29 23:14:08 grant Exp $ DISTNAME= macfork-1.0 WRKSRC= ${WRKDIR}/macfork @@ -10,7 +10,7 @@ HOMEPAGE= http://www.cs.cmu.edu/afs/cs/user/ajw/www/software/ COMMENT= Tool for extracting data from Macintosh resource forks USE_BUILDLINK2= # defined -USE_CXX= # defined +USE_GCC_SHLIB= # defined USE_GMAKE= # defined DOCDIR= ${PREFIX}/share/doc/macfork |