pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gssdp12



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:22:50 UTC 2023

Modified Files:
        pkgsrc/net/gssdp12: Makefile

Log Message:
gssdp12: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/gssdp12/Makefile

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

Modified files:

Index: pkgsrc/net/gssdp12/Makefile
diff -u pkgsrc/net/gssdp12/Makefile:1.26 pkgsrc/net/gssdp12/Makefile:1.27
--- pkgsrc/net/gssdp12/Makefile:1.26    Wed Jun  7 11:27:32 2023
+++ pkgsrc/net/gssdp12/Makefile Mon Jun 26 09:22:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/06/07 11:27:32 micha Exp $
+# $NetBSD: Makefile,v 1.27 2023/06/26 09:22:50 jperkin Exp $
 
 DISTNAME=      gssdp-1.2.2
 PKGNAME=       ${DISTNAME:S/gssdp/gssdp12/}
@@ -17,6 +17,8 @@ USE_TOOLS+=   pkg-config
 # needs GTK3+
 MESON_ARGS+=   -Dsniffer=false
 
+LDFLAGS.SunOS+=        -lsocket
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 PKGCONFIG_OVERRIDE+=           output/meson-private/gssdp-1.2.pc



Home | Main Index | Thread Index | Old Index