svn commit: r537597 - head/www/logswan

Mark Linimon linimon at FreeBSD.org
Wed Jun 3 06:02:37 UTC 2020


Author: linimon
Date: Wed Jun  3 06:02:36 2020
New Revision: 537597
URL: https://svnweb.freebsd.org/changeset/ports/537597

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

Modified:
  head/www/logswan/Makefile

Modified: head/www/logswan/Makefile
==============================================================================
--- head/www/logswan/Makefile	Wed Jun  3 05:48:27 2020	(r537596)
+++ head/www/logswan/Makefile	Wed Jun  3 06:02:36 2020	(r537597)
@@ -13,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 LIB_DEPENDS=	libjansson.so:devel/jansson \
 		libmaxminddb.so:net/libmaxminddb
 
-USES=		cmake
+USES=		cmake compiler:c11
 USE_GITHUB=	yes
 GH_ACCOUNT=	fcambus
 


More information about the svn-ports-head mailing list