pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-expat



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov  1 18:25:36 UTC 2022

Modified Files:
        pkgsrc/textproc/py-expat: Makefile

Log Message:
py-expat: switch to c11 for compilation

Needed by python 3.11 version due to using static_assert()

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/py-expat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-expat/Makefile
diff -u pkgsrc/textproc/py-expat/Makefile:1.32 pkgsrc/textproc/py-expat/Makefile:1.33
--- pkgsrc/textproc/py-expat/Makefile:1.32      Sat Oct  9 10:55:00 2021
+++ pkgsrc/textproc/py-expat/Makefile   Tue Nov  1 18:25:36 2022
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.32 2021/10/09 10:55:00 nia Exp $
+# $NetBSD: Makefile,v 1.33 2022/11/01 18:25:36 wiz Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-expat-${PY_DISTVERSION}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.python.org/
 COMMENT=       Python interface to expat
 
-# "error: 'for' loop initial declarations are only allowed in C99 mode"
-USE_LANGUAGES= c99
+# static_assert()
+USE_LANGUAGES= c11
 
 USE_GCC_RUNTIME=       yes
 



Home | Main Index | Thread Index | Old Index