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:           Thu Jan  2 09:58:21 UTC 2025

Modified Files:
        pkgsrc/lang/python313: Makefile

Log Message:
python313: GCC_REQD+=8 didn't fix RHEL 8/9, back it out


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/lang/python313/Makefile:1.11
--- pkgsrc/lang/python313/Makefile:1.10 Sun Dec 29 08:20:36 2024
+++ pkgsrc/lang/python313/Makefile      Thu Jan  2 09:58:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2024/12/29 08:20:36 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/02 09:58:21 wiz Exp $
 
 PKGREVISION=   2
 .include "dist.mk"
@@ -36,8 +36,6 @@ 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