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:   prlw1
Date:           Sat Dec 27 14:43:18 UTC 2025

Modified Files:
        pkgsrc/security/gcr: Makefile

Log Message:
Fix build on NetBSD: implicit declaration of function 'timegm'


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 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.47 pkgsrc/security/gcr/Makefile:1.48
--- pkgsrc/security/gcr/Makefile:1.47   Thu Oct 23 20:39:06 2025
+++ pkgsrc/security/gcr/Makefile        Sat Dec 27 14:43:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2025/10/23 20:39:06 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/12/27 14:43:17 prlw1 Exp $
 
 DISTNAME=      gcr-3.40.0
 PKGREVISION=   7
@@ -18,6 +18,7 @@ USE_TOOLS+=   gdbus-codegen intltool msgfm
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gck
 TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/output/gck
 
+CPPFLAGS.NetBSD+=      -D_NETBSD_SOURCE
 CPPFLAGS.SunOS+=       -D__EXTENSIONS__
 LDFLAGS.SunOS+=                -lsocket
 



Home | Main Index | Thread Index | Old Index