pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc remove sunpro c++ runtime library hack, as this is han...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cc0d6712157
branches:  trunk
changeset: 496829:5cc0d6712157
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jul 14 00:29:16 2005 +0000

description:
remove sunpro c++ runtime library hack, as this is handled in the
sunpro-cxx wrapper now.

diffstat:

 graphics/tiff/Makefile    |  8 +-------
 multimedia/smpeg/Makefile |  8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)

diffs (44 lines):

diff -r 7d0ee8dfdeb6 -r 5cc0d6712157 graphics/tiff/Makefile
--- a/graphics/tiff/Makefile    Wed Jul 13 22:07:46 2005 +0000
+++ b/graphics/tiff/Makefile    Thu Jul 14 00:29:16 2005 +0000
@@ -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-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 -r 7d0ee8dfdeb6 -r 5cc0d6712157 multimedia/smpeg/Makefile
--- a/multimedia/smpeg/Makefile Wed Jul 13 22:07:46 2005 +0000
+++ b/multimedia/smpeg/Makefile Thu Jul 14 00:29:16 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index