svn commit: r567837 - head/devel/zziplib

Mark Linimon linimon at FreeBSD.org
Mon Mar 8 11:24:01 UTC 2021


Author: linimon
Date: Mon Mar  8 11:24:00 2021
New Revision: 567837
URL: https://svnweb.freebsd.org/changeset/ports/567837

Log:
  Add compiler:c11 to USES to fix build on GCC-based systems:
  
    cc1: error: unrecognized command line option "-Warray-bounds"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/zziplib/Makefile

Modified: head/devel/zziplib/Makefile
==============================================================================
--- head/devel/zziplib/Makefile	Mon Mar  8 11:22:01 2021	(r567836)
+++ head/devel/zziplib/Makefile	Mon Mar  8 11:24:00 2021	(r567837)
@@ -16,7 +16,7 @@ LICENSE_FILE_MPL11=	${WRKSRC}/docs/COPYING.MPL
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		cmake
+USES=		cmake compiler:c11
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	gdraheim


More information about the svn-ports-all mailing list