gst-plugins1-bad: needs socket libs to link on SunOS
This commit is contained in:
parent
c9dc542238
commit
1412d22d4b
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2021/11/15 22:01:18 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2021/11/26 18:20:53 nia Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/plugins/plugins1/}
|
||||
CATEGORIES= multimedia gnome
|
||||
|
@ -75,6 +75,8 @@ GST_PLUGINS+= y4m
|
|||
GST_PLUGINS+= introspection
|
||||
GST_PLUGINS+= nls
|
||||
|
||||
LDFLAGS.SunOS+= -lsocket -lnsl
|
||||
|
||||
.include "Makefile.common"
|
||||
.include "../../devel/gobject-introspection/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue