svn commit: r526237 - head/misc/py-gluoncv
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Feb 15 19:02:56 UTC 2020
Author: pkubaj
Date: Sat Feb 15 19:02:55 2020
New Revision: 526237
URL: https://svnweb.freebsd.org/changeset/ports/526237
Log:
misc/py-gluoncv: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-cpp"
Modified:
head/misc/py-gluoncv/Makefile
Modified: head/misc/py-gluoncv/Makefile
==============================================================================
--- head/misc/py-gluoncv/Makefile Sat Feb 15 18:36:17 2020 (r526236)
+++ head/misc/py-gluoncv/Makefile Sat Feb 15 19:02:55 2020 (r526237)
@@ -23,7 +23,7 @@ PY_DEPENDS= ${PYNUMPY} \
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
-USES= python localbase
+USES= compiler:c11 python localbase
USE_GITHUB= yes
GH_ACCOUNT= dmlc
GH_PROJECT= gluon-cv
More information about the svn-ports-all
mailing list