diff options
author | grant <grant> | 2005-07-14 00:29:16 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-14 00:29:16 +0000 |
commit | c48b1ca5de2027bce1f043724e8d322cdc387b86 (patch) | |
tree | 56babe31b0141e27a4c26e6201e41df1ead16e5b /graphics/tiff | |
parent | 6a7c8dce905fb377951eaec9a07456edf2e877e4 (diff) | |
download | pkgsrc-c48b1ca5de2027bce1f043724e8d322cdc387b86.tar.gz |
remove sunpro c++ runtime library hack, as this is handled in the
sunpro-cxx wrapper now.
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 6ac001a8b13..cca856c694f 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2005/06/22 02:31:36 grant Exp $ +# $NetBSD: Makefile,v 1.71 2005/07/14 00:29:16 grant Exp $ DISTNAME= tiff-3.7.2 PKGREVISION= 1 @@ -22,12 +22,6 @@ CONFIGURE_ARGS+= --enable-rpath CONFIGURE_ARGS+= --enable-cxx CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff -.include "../../mk/compiler.mk" - -.if !empty(CC_VERSION:MSun) -CXXFLAGS+= -lCrun -lCstd -.endif - .include "options.mk" .include "../../devel/zlib/buildlink3.mk" |