pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-greenlet



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 10:44:59 UTC 2023

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

Log Message:
py-greenlet: Convert to USE_CXX_FEATURES/FORCE_CXX_STD.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-greenlet/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-greenlet/Makefile
diff -u pkgsrc/devel/py-greenlet/Makefile:1.19 pkgsrc/devel/py-greenlet/Makefile:1.20
--- pkgsrc/devel/py-greenlet/Makefile:1.19      Sun Jul  9 15:01:40 2023
+++ pkgsrc/devel/py-greenlet/Makefile   Fri Sep  1 10:44:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/07/09 15:01:40 nia Exp $
+# $NetBSD: Makefile,v 1.20 2023/09/01 10:44:59 nia Exp $
 
 DISTNAME=      greenlet-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,10 +12,13 @@ LICENSE=    mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-objgraph-[0-9]*:../../graphics/py-objgraph
 
+USE_LANGUAGES= c c++
+
 # This does not use -std=cXX, but includes cstdint.
 # When compiling with gcc 4.8, this causes an error due to not having
 # explicitly enabled C++11 support.
-USE_LANGUAGES= c c++11
+FORCE_CXX_STD=         c++11
+USE_CXX_FEATURES+=     c++11
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index