1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

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)
This commit is contained in:
Mark Linimon 2020-06-03 06:02:36 +00:00
parent 56b0ee7533
commit 57af5518d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=537597

View File

@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libjansson.so:devel/jansson \ LIB_DEPENDS= libjansson.so:devel/jansson \
libmaxminddb.so:net/libmaxminddb libmaxminddb.so:net/libmaxminddb
USES= cmake USES= cmake compiler:c11
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= fcambus GH_ACCOUNT= fcambus