pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python313
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 29 08:20:36 UTC 2024
Modified Files:
pkgsrc/lang/python313: Makefile
Log Message:
python313: require gcc 8
Try fixing:
error: initializer element is not constant
on Redhat 8.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/python313/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python313/Makefile
diff -u pkgsrc/lang/python313/Makefile:1.9 pkgsrc/lang/python313/Makefile:1.10
--- pkgsrc/lang/python313/Makefile:1.9 Tue Dec 24 14:22:51 2024
+++ pkgsrc/lang/python313/Makefile Sun Dec 29 08:20:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/12/24 14:22:51 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/12/29 08:20:36 wiz Exp $
PKGREVISION= 2
.include "dist.mk"
@@ -36,6 +36,8 @@ PRINT_PLIST_AWK+= sub(/.opt-[12].pyc$$/,
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
USE_CC_FEATURES+= c11
+# error: initializer element is not constant
+GCC_REQD+= 8
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
Home |
Main Index |
Thread Index |
Old Index