aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 10:53:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 10:53:38 +0000
commit863abcfe07be516635ad2670b559856e4a7d7676 (patch)
tree254ff9ef7d96d95f9294ff11f6c5a3b39a0fec54 /net
parentcf820675350cb53155a88c40a06b79866a4776c4 (diff)
downloadports-863abcfe07be516635ad2670b559856e4a7d7676.tar.gz
ports-863abcfe07be516635ad2670b559856e4a7d7676.zip
Fix build with GCC-based architectures.
PR: 232281 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=483268
Diffstat (limited to 'net')
-rw-r--r--net/nfs-ganesha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfs-ganesha/Makefile b/net/nfs-ganesha/Makefile
index 131d9a683a6d..28e376cf91a2 100644
--- a/net/nfs-ganesha/Makefile
+++ b/net/nfs-ganesha/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= nfs-ganesha-kmod>0:net/nfs-ganesha-kmod \
${PYTHON_PKGNAMEPREFIX}gobject>0:devel/py-gobject@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
-USES= cmake bison pkgconfig python:2.7
+USES= cmake compiler:c11 bison pkgconfig python:2.7
USE_RC_SUBR= ganesha
USE_GITHUB= yes