pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p11-kit
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Nov 23 15:31:39 UTC 2023
Modified Files:
pkgsrc/security/p11-kit: Makefile
Log Message:
p11-kit: SunOS needs -D__EXTENSIONS__.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/p11-kit/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/p11-kit/Makefile
diff -u pkgsrc/security/p11-kit/Makefile:1.32 pkgsrc/security/p11-kit/Makefile:1.33
--- pkgsrc/security/p11-kit/Makefile:1.32 Thu Nov 16 12:11:27 2023
+++ pkgsrc/security/p11-kit/Makefile Thu Nov 23 15:31:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2023/11/16 12:11:27 adam Exp $
+# $NetBSD: Makefile,v 1.33 2023/11/23 15:31:39 jperkin Exp $
DISTNAME= p11-kit-0.25.3
CATEGORIES= security
@@ -26,7 +26,7 @@ CFLAGS.NetBSD+= -D_NETBSD_SOURCE
# reallocarray(3)
CFLAGS.NetBSD+= -D_OPENBSD_SOURCE
-CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
+CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS -D__EXTENSIONS__
LDFLAGS.SunOS+= -lsocket -lnsl
DLEXT.dylib= dylib
Home |
Main Index |
Thread Index |
Old Index