pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cryptodome
Module Name: pkgsrc
Committed By: nia
Date: Mon Oct 3 11:36:42 UTC 2022
Modified Files:
pkgsrc/security/py-cryptodome: Makefile
Log Message:
py-cryptodome: Fails with a compiler defaulting to c89
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-cryptodome/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/py-cryptodome/Makefile
diff -u pkgsrc/security/py-cryptodome/Makefile:1.43 pkgsrc/security/py-cryptodome/Makefile:1.44
--- pkgsrc/security/py-cryptodome/Makefile:1.43 Tue Jul 5 08:16:14 2022
+++ pkgsrc/security/py-cryptodome/Makefile Mon Oct 3 11:36:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2022/07/05 08:16:14 adam Exp $
+# $NetBSD: Makefile,v 1.44 2022/10/03 11:36:42 nia Exp $
DISTNAME= pycryptodome-3.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,6 +10,9 @@ HOMEPAGE= https://www.pycryptodome.org/
COMMENT= Cryptographic and hash functions for Python
LICENSE= public-domain AND python-software-foundation
+# "error: 'for' loop initial declarations are only allowed in C99 mode"
+USE_LANGUAGES= c99
+
# XXX is this needed?
CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
Home |
Main Index |
Thread Index |
Old Index