From 57af5518d9ac1c84626eb30e0a983cf0e4c79386 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 3 Jun 2020 06:02:36 +0000 Subject: [PATCH] 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) --- www/logswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/logswan/Makefile b/www/logswan/Makefile index 3bb4ad93a0e6..cf19556ea9bb 100644 --- a/www/logswan/Makefile +++ b/www/logswan/Makefile @@ -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