lang/cython: fix build on GCC architectures

Use newer GCC:
cc1: error: unrecognized command line option "-Wno-unused-result"
This commit is contained in:
Piotr Kubaj 2020-10-29 16:57:21 +00:00
parent b3bde2f887
commit 7a538814e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553628

View File

@ -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: