summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-03 08:58:26 +0000
committerrodent <rodent>2014-02-03 08:58:26 +0000
commit04d5708b625010fbf5117289acd7a7e37d4d32f6 (patch)
tree67e1d77119d8fe9f4397f571278fbcdd615e27b3 /multimedia
parent028f019bc01ce49c870b13d703b2d375d1908c1d (diff)
downloadpkgsrc-04d5708b625010fbf5117289acd7a7e37d4d32f6.tar.gz
Link against -lnsl and -lsocket for SunOS.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/smpeg2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/smpeg2/Makefile b/multimedia/smpeg2/Makefile
index b135c6fb82a..27a3fac4b80 100644
--- a/multimedia/smpeg2/Makefile
+++ b/multimedia/smpeg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/02 15:24:13 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/02/03 08:58:26 rodent Exp $
DISTNAME= smpeg2-2.0.0
CATEGORIES= multimedia
@@ -15,5 +15,9 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
+.include "../../mk/bsd.fast.prefs.mk"
+
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../devel/SDL2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"