pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pkcs11-helper



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 17 07:27:26 UTC 2026

Modified Files:
        pkgsrc/security/pkcs11-helper: Makefile

Log Message:
pkcs11-helper: Fix build on SunOS with recent gcc


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/pkcs11-helper/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/pkcs11-helper/Makefile
diff -u pkgsrc/security/pkcs11-helper/Makefile:1.48 pkgsrc/security/pkcs11-helper/Makefile:1.49
--- pkgsrc/security/pkcs11-helper/Makefile:1.48 Fri Feb  6 10:05:50 2026
+++ pkgsrc/security/pkcs11-helper/Makefile      Tue Mar 17 07:27:26 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2026/02/06 10:05:50 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2026/03/17 07:27:26 nia Exp $
 
 DISTNAME=      pkcs11-helper-1.31.0
 PKGREVISION=   2
@@ -21,6 +21,8 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --enable-strict
 CONFIGURE_ARGS+=       --enable-pedantic
 
+CFLAGS.SunOS+=         -D_XOPEN_SOURCE=500
+
 PKGCONFIG_OVERRIDE+=   lib/libpkcs11-helper-1.pc.in
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index