pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gcr



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 15:27:27 UTC 2024

Modified Files:
        pkgsrc/security/gcr: Makefile

Log Message:
gcr: Link socket library on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/gcr/Makefile

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

Modified files:

Index: pkgsrc/security/gcr/Makefile
diff -u pkgsrc/security/gcr/Makefile:1.38 pkgsrc/security/gcr/Makefile:1.39
--- pkgsrc/security/gcr/Makefile:1.38   Wed Aug 14 08:58:42 2024
+++ pkgsrc/security/gcr/Makefile        Mon Oct 14 15:27:26 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2024/08/14 08:58:42 adam Exp $
+# $NetBSD: Makefile,v 1.39 2024/10/14 15:27:26 nia Exp $
 
 DISTNAME=      gcr-3.40.0
 CATEGORIES=    security
@@ -17,6 +17,8 @@ USE_TOOLS+=   gdbus-codegen intltool msgfm
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gck
 TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/output/gck
 
+LDFLAGS.SunOS+=        -lsocket
+
 PKGCONFIG_OVERRIDE+=   gck-1.pc.in
 PKGCONFIG_OVERRIDE+=   gcr-base-3.pc.in
 PKGCONFIG_OVERRIDE+=   gcr-ui.pc.in



Home | Main Index | Thread Index | Old Index