pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/nettle nettle: use c99
details: https://anonhg.NetBSD.org/pkgsrc/rev/4417c136a826
branches: trunk
changeset: 326718:4417c136a826
user: gson <gson%pkgsrc.org@localhost>
date: Thu Dec 13 10:49:38 2018 +0000
description:
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.
diffstat:
security/nettle/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b64b6fc188ed -r 4417c136a826 security/nettle/Makefile
--- a/security/nettle/Makefile Thu Dec 13 09:09:42 2018 +0000
+++ b/security/nettle/Makefile Thu Dec 13 10:49:38 2018 +0000
@@ -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 @@
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