From 9749a77a5e0feb6725b1c45590ac6b9bc53bd85c Mon Sep 17 00:00:00 2001 From: pkubaj Date: Thu, 24 Oct 2019 13:29:26 +0000 Subject: math/darknet: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wno-unused-result" Approved by: mentors (implicit approval) --- math/darknet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') 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 -- cgit