lang/cython: fix build on GCC architectures
Use newer GCC: cc1: error: unrecognized command line option "-Wno-unused-result"
This commit is contained in:
parent
b3bde2f887
commit
7a538814e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553628
@ -14,7 +14,7 @@ COMMENT= Compiler for Writing C Extensions for the Python Language
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python
|
||||
USES= compiler:c11 python
|
||||
USE_PYTHON= allflavors autoplist concurrent distutils
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user