pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/grilo-plugins



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

Modified Files:
        pkgsrc/net/grilo-plugins: Makefile

Log Message:
grilo-plugins: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/grilo-plugins/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/grilo-plugins/Makefile
diff -u pkgsrc/net/grilo-plugins/Makefile:1.51 pkgsrc/net/grilo-plugins/Makefile:1.52
--- pkgsrc/net/grilo-plugins/Makefile:1.51      Wed Apr 19 08:11:05 2023
+++ pkgsrc/net/grilo-plugins/Makefile   Mon Jun 26 09:22:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2023/04/19 08:11:05 adam Exp $
+# $NetBSD: Makefile,v 1.52 2023/06/26 09:22:14 jperkin Exp $
 
 DISTNAME=      grilo-plugins-0.3.10
 PKGREVISION=   16
@@ -14,6 +14,8 @@ LICENSE=      gnu-lgpl-v2
 USE_TOOLS+=    pkg-config xgettext itstool
 USE_TOOLS+=    gdbus-codegen
 
+LDFLAGS.SunOS+=        -lsocket
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 PKGCONFIG_OVERRIDE+=   grilo-plugins-0.3.pc.in



Home | Main Index | Thread Index | Old Index