pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cython



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  8 23:01:53 UTC 2023

Modified Files:
        pkgsrc/devel/py-cython: Makefile

Log Message:
py-cython: needs c99


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/py-cython/Makefile

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

Modified files:

Index: pkgsrc/devel/py-cython/Makefile
diff -u pkgsrc/devel/py-cython/Makefile:1.84 pkgsrc/devel/py-cython/Makefile:1.85
--- pkgsrc/devel/py-cython/Makefile:1.84        Wed Jul  5 12:29:28 2023
+++ pkgsrc/devel/py-cython/Makefile     Wed Nov  8 23:01:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2023/07/05 12:29:28 adam Exp $
+# $NetBSD: Makefile,v 1.85 2023/11/08 23:01:53 wiz Exp $
 
 DISTNAME=      Cython-0.29.36
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -17,6 +17,8 @@ REPLACE_PYTHON+=      cython.py
 
 USE_PKG_RESOURCES=     yes
 
+USE_CC_FEATURES=       c99
+
 # for test only
 #USE_LANGUAGES=        c c++
 do-test:



Home | Main Index | Thread Index | Old Index