summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/tiff/Makefile8
-rw-r--r--multimedia/smpeg/Makefile8
2 files changed, 2 insertions, 14 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"
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile
index 1254f9bd4c3..471b4e61361 100644
--- a/multimedia/smpeg/Makefile
+++ b/multimedia/smpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/14 23:52:03 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/07/14 00:29:16 grant Exp $
#
DISTNAME= smpeg-0.4.4
@@ -18,12 +18,6 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-.include "../../mk/compiler.mk"
-
-.if !empty(CC_VERSION:MSun)
-LIBS.SunOS+= -lCrun
-.endif
-
CPPFLAGS+= -Dunix=1
.include "../../devel/SDL/buildlink3.mk"