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: gson
Date: Thu Dec 13 10:49:38 UTC 2018
Modified Files:
pkgsrc/security/nettle: Makefile
Log Message:
nettle: use c99
Add c99 to USE_LANGUAGES as nettle 3.4.1 uses c99 for loop syntax, and
won't build on NetBSD 7.1 without it.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/security/nettle/Makefile:1.21
--- pkgsrc/security/nettle/Makefile:1.20 Sun Dec 9 20:11:40 2018
+++ pkgsrc/security/nettle/Makefile Thu Dec 13 10:49:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/12/09 20:11:40 leot Exp $
+# $NetBSD: Makefile,v 1.21 2018/12/13 10:49:38 gson Exp $
DISTNAME= nettle-3.4.1
CATEGORIES= devel security
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.lysator.liu.se/~nis
COMMENT= Cryptographic library
LICENSE= gnu-lgpl-v2.1
-USE_LANGUAGES= c
+USE_LANGUAGES= c c99
USE_LIBTOOL= yes
USE_TOOLS+= gm4 gmake
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index