Date: Fri, 19 Jul 2019 23:20:56 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506966 - head/misc/urh Message-ID: <201907192320.x6JNKuos042711@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907192320.x6JNKuos042711>