mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
misc/urh: fix build on GCC architectures
Add USES=compiler:c++11-lang to fix: cc1plus: error: unrecognized command line option "-Wno-cpp" This could probably be fixed by removing -Wno-cpp, but this port requires gcc from ports anyway because of USES=fortran. Approved by: mentors (implicit approval)
This commit is contained in:
parent
9ae289f748
commit
77d3c00839
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506966
@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR}
|
||||
|
||||
USES= fortran python:3.4+ localbase pyqt:5
|
||||
USES= compiler:c++11-lang fortran python:3.4+ localbase pyqt:5
|
||||
USE_PYQT= core gui test widgets
|
||||
USE_PYTHON= distutils cython noflavors autoplist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user