svn commit: r538072 - head/net/libiscsi

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 6 04:03:09 UTC 2020


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
 


More information about the svn-ports-all mailing list