Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 13:29:26 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515336 - head/math/darknet
Message-ID:  <201910241329.x9ODTQ3f072759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910241329.x9ODTQ3f072759>