pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/gst-plugins1-bad



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 26 18:20:54 UTC 2021

Modified Files:
        pkgsrc/multimedia/gst-plugins1-bad: Makefile

Log Message:
gst-plugins1-bad: needs socket libs to link on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/gst-plugins1-bad/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/gst-plugins1-bad/Makefile
diff -u pkgsrc/multimedia/gst-plugins1-bad/Makefile:1.14 pkgsrc/multimedia/gst-plugins1-bad/Makefile:1.15
--- pkgsrc/multimedia/gst-plugins1-bad/Makefile:1.14    Mon Nov 15 22:01:18 2021
+++ pkgsrc/multimedia/gst-plugins1-bad/Makefile Fri Nov 26 18:20:53 2021
@@ -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"



Home | Main Index | Thread Index | Old Index