summaryrefslogtreecommitdiff
path: root/devel/smpeg
diff options
context:
space:
mode:
Diffstat (limited to 'devel/smpeg')
-rw-r--r--devel/smpeg/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/smpeg/Makefile b/devel/smpeg/Makefile
index 3da8e9e4864..6e67c38a20a 100644
--- a/devel/smpeg/Makefile
+++ b/devel/smpeg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/02/14 17:21:39 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2004/06/15 13:47:16 grant Exp $
#
DISTNAME= smpeg-0.4.4
@@ -16,9 +16,17 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
+USE_GCC_SHLIB= yes
+USE_LANGUAGES= c c++
USE_X11= yes
USE_LIBTOOL= yes
+.include "../../mk/compiler.mk"
+
+.if !empty(CC_VERSION:MSun)
+LIBS.SunOS+= -lCrun
+.endif
+
CPPFLAGS+= -Dunix=1
.include "../../devel/SDL/buildlink3.mk"