svn commit: r515336 - head/math/darknet

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 24 13:29:27 UTC 2019


Author: pkubaj
Date: Thu Oct 24 13:29:26 2019
New Revision: 515336
URL: https://svnweb.freebsd.org/changeset/ports/515336

Log:
  math/darknet: fix build on GCC architectures
  
  Use newer GCC:
  cc1: error: unrecognized command line option "-Wno-unused-result"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/math/darknet/Makefile

Modified: head/math/darknet/Makefile
==============================================================================
--- head/math/darknet/Makefile	Thu Oct 24 12:50:46 2019	(r515335)
+++ head/math/darknet/Makefile	Thu Oct 24 13:29:26 2019	(r515336)
@@ -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


More information about the svn-ports-head mailing list