pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gupnp
Module Name: pkgsrc
Committed By: nia
Date: Tue Sep 5 10:03:56 UTC 2023
Modified Files:
pkgsrc/net/gupnp: Makefile
Log Message:
gupnp: Needs -lsocket on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/net/gupnp/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/gupnp/Makefile
diff -u pkgsrc/net/gupnp/Makefile:1.87 pkgsrc/net/gupnp/Makefile:1.88
--- pkgsrc/net/gupnp/Makefile:1.87 Mon Sep 4 12:17:55 2023
+++ pkgsrc/net/gupnp/Makefile Tue Sep 5 10:03:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2023/09/04 12:17:55 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2023/09/05 10:03:56 nia Exp $
DISTNAME= gupnp-1.6.5
CATEGORIES= net
@@ -15,6 +15,8 @@ TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../
USE_TOOLS+= pkg-config
+LDFLAGS.SunOS+= -lsocket
+
REPLACE_PYTHON= tools/gupnp-binding-tool
PKGCONFIG_OVERRIDE+= output/meson-private/gupnp-1.6.pc
Home |
Main Index |
Thread Index |
Old Index