pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/opensc
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 3 08:41:03 UTC 2026
Modified Files:
pkgsrc/security/opensc: Makefile
Log Message:
opensc: try fixing SunOS build
memset_s is not available by default
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/security/opensc/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/opensc/Makefile
diff -u pkgsrc/security/opensc/Makefile:1.55 pkgsrc/security/opensc/Makefile:1.56
--- pkgsrc/security/opensc/Makefile:1.55 Wed Jan 7 08:48:43 2026
+++ pkgsrc/security/opensc/Makefile Tue Feb 3 08:41:03 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2026/01/07 08:48:43 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2026/02/03 08:41:03 wiz Exp $
DISTNAME= opensc-0.26.1
PKGREVISION= 3
@@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC
CONFIGURE_ARGS+= --with-xsl-stylesheetsdir=${PREFIX}/share/xsl/docbook
TEST_TARGET= check
+CFLAGS.SunOS+= -D__STDC_WANT_LIB_EXT1__=1
+
.include "options.mk"
EGDIR= ${PREFIX}/share/examples/opensc
Home |
Main Index |
Thread Index |
Old Index