svn commit: r506966 - head/misc/urh
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jul 19 23:20:57 UTC 2019
Author: pkubaj
Date: Fri Jul 19 23:20:56 2019
New Revision: 506966
URL: https://svnweb.freebsd.org/changeset/ports/506966
Log:
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)
Modified:
head/misc/urh/Makefile
Modified: head/misc/urh/Makefile
==============================================================================
--- head/misc/urh/Makefile Fri Jul 19 21:11:28 2019 (r506965)
+++ head/misc/urh/Makefile Fri Jul 19 23:20:56 2019 (r506966)
@@ -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
More information about the svn-ports-all
mailing list