Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 06:02:37 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537597 - head/www/logswan
Message-ID:  <202006030602.05362bWe001577@repo.freebsd.org>

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



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