aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpkubaj <pkubaj@FreeBSD.org>2019-10-24 21:29:26 +0800
committerpkubaj <pkubaj@FreeBSD.org>2019-10-24 21:29:26 +0800
commit9749a77a5e0feb6725b1c45590ac6b9bc53bd85c (patch)
treeb964cfd375240a94c5e6e8c8800ef8249cc326db /math
parentec321f1e719c91df672f09686111f899401bdab9 (diff)
downloadfreebsd-ports-gnome-9749a77a5e0feb6725b1c45590ac6b9bc53bd85c.tar.gz
freebsd-ports-gnome-9749a77a5e0feb6725b1c45590ac6b9bc53bd85c.tar.zst
freebsd-ports-gnome-9749a77a5e0feb6725b1c45590ac6b9bc53bd85c.zip
math/darknet: fix build on GCC architectures
Use newer GCC: cc1: error: unrecognized command line option "-Wno-unused-result" Approved by: mentors (implicit approval)
Diffstat (limited to 'math')
-rw-r--r--math/darknet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/darknet/Makefile b/math/darknet/Makefile
index 695415a610a8..19b19169e04c 100644
--- a/math/darknet/Makefile
+++ b/math/darknet/Makefile
@@ -12,7 +12,7 @@ COMMENT= Open source neural networks in C
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake
+USES= compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= pjreddie
GH_TAGNAME= 61c9d02