pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/nettle
Module Name: pkgsrc
Committed By: jperkin
Date: Tue May 19 09:47:11 UTC 2026
Modified Files:
pkgsrc/security/nettle: Makefile
Log Message:
nettle: Fix build on illumos.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/nettle/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/nettle/Makefile
diff -u pkgsrc/security/nettle/Makefile:1.37 pkgsrc/security/nettle/Makefile:1.38
--- pkgsrc/security/nettle/Makefile:1.37 Thu May 14 16:29:23 2026
+++ pkgsrc/security/nettle/Makefile Tue May 19 09:47:11 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2026/05/14 16:29:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2026/05/19 09:47:11 jperkin Exp $
DISTNAME= nettle-4.0
CATEGORIES= security
@@ -19,6 +19,8 @@ SET_LIBDIR= yes
CONFIGURE_ARGS+= --disable-openssl
CONFIGURE_ARGS+= --disable-shared
+CPPFLAGS.SunOS+= -D__EXTENSIONS__
+
.include "../../mk/bsd.prefs.mk"
.if ${USE_CROSS_COMPILE:U:tl} == yes
Home |
Main Index |
Thread Index |
Old Index