Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 04:03:08 +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: r538072 - head/net/libiscsi
Message-ID:  <202006060403.056438f6052341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jun  6 04:03:08 2020
New Revision: 538072
URL: https://svnweb.freebsd.org/changeset/ports/538072

Log:
  net/libiscsi: fix build on GCC architectures
  
  Use newer GCC to support missing flags:
  cc1: error: unrecognized command line option "-Wno-unknown-warning-option"
  cc1: error: unrecognized command line option "-Wno-stringop-truncation"

Modified:
  head/net/libiscsi/Makefile

Modified: head/net/libiscsi/Makefile
==============================================================================
--- head/net/libiscsi/Makefile	Sat Jun  6 02:14:27 2020	(r538071)
+++ head/net/libiscsi/Makefile	Sat Jun  6 04:03:08 2020	(r538072)
@@ -13,7 +13,7 @@ LICENSE_COMB=		multi
 LICENSE_FILE_LGPL21+  =	${WRKSRC}/LICENCE-LGPL-2.1.txt
 LICENSE_FILE_GPLv2+   =	${WRKSRC}/LICENCE-GPL-2.txt
 
-USES=		autoreconf libtool pathfix
+USES=		autoreconf compiler:c11 libtool pathfix
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 



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