summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-14 00:29:16 +0000
committergrant <grant@pkgsrc.org>2005-07-14 00:29:16 +0000
commit606814554a41f44560efdc8ebc093987eca6ff31 (patch)
tree56babe31b0141e27a4c26e6201e41df1ead16e5b /multimedia
parent2649c7e1079ca4c9a5f4ad045123b85bd5004193 (diff)
downloadpkgsrc-606814554a41f44560efdc8ebc093987eca6ff31.tar.gz
remove sunpro c++ runtime library hack, as this is handled in the
sunpro-cxx wrapper now.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/smpeg/Makefile8
1 files changed, 1 insertions, 7 deletions
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"