summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorgrant <grant>2005-07-14 00:29:16 +0000
committergrant <grant>2005-07-14 00:29:16 +0000
commitc48b1ca5de2027bce1f043724e8d322cdc387b86 (patch)
tree56babe31b0141e27a4c26e6201e41df1ead16e5b /multimedia
parent6a7c8dce905fb377951eaec9a07456edf2e877e4 (diff)
downloadpkgsrc-c48b1ca5de2027bce1f043724e8d322cdc387b86.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"