math/darknet: fix build on GCC architectures

Use newer GCC:
cc1: error: unrecognized command line option "-Wno-unused-result"

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-10-24 13:29:26 +00:00
parent 71afc38a39
commit 1bbe444fc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515336

View File

@ -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