summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-06-09 22:44:41 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-06-09 22:44:41 +0000
commit932550fdb13b02c39318cd6e0a872cdc8b23a6f2 (patch)
treeb88b058c7ef1c34e23cce8aa55948b6f3284fc43
parent030d0cf21089bf046d2be30bfbe8ea5af4d54f17 (diff)
downloadfreebsd-ports-932550fdb13b02c39318cd6e0a872cdc8b23a6f2.zip
Add compiler:c11 to USES to fix build on GCC-based architectures.
Approved by: portmgr (tier-2 blanket)
-rw-r--r--devel/libcdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libcdb/Makefile b/devel/libcdb/Makefile
index 9bc3fccdb100..be2b9addea2c 100644
--- a/devel/libcdb/Makefile
+++ b/devel/libcdb/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel
MAINTAINER= swills@FreeBSD.org
COMMENT= Constant database library
-USES= gmake libtool:build
+USES= compiler:c11 gmake libtool:build
USE_GITHUB= yes
GH_ACCOUNT= rmind