aboutsummaryrefslogtreecommitdiff
path: root/misc/py-gluoncv
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-15 19:02:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-02-15 19:02:55 +0000
commit5bd799159f2756af96802dccdbd20bd96cfbae23 (patch)
tree77545ee1f748c2cb30c4b645978467ba82d7c26d /misc/py-gluoncv
parent2a2b28d05fb460811f658e32ef47881dd36e6fe1 (diff)
downloadports-5bd799159f2756af96802dccdbd20bd96cfbae23.tar.gz
ports-5bd799159f2756af96802dccdbd20bd96cfbae23.zip
misc/py-gluoncv: fix build on GCC architectures
Use newer GCC: cc1: error: unrecognized command line option "-Wno-cpp"
Notes
Notes: svn path=/head/; revision=526237
Diffstat (limited to 'misc/py-gluoncv')
-rw-r--r--misc/py-gluoncv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-gluoncv/Makefile b/misc/py-gluoncv/Makefile
index e1f95929cec5..7c681f4e3c7d 100644
--- a/misc/py-gluoncv/Makefile
+++ b/misc/py-gluoncv/Makefile
@@ -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