aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-10-28 18:53:38 +0800
committerlinimon <linimon@FreeBSD.org>2018-10-28 18:53:38 +0800
commit443491fde2ad8203a4e1409dc4dc80452ecb7701 (patch)
tree254ff9ef7d96d95f9294ff11f6c5a3b39a0fec54 /net
parent0ac4fc2bcdf399308717f9e4de904e38b3a4bf59 (diff)
downloadfreebsd-ports-gnome-443491fde2ad8203a4e1409dc4dc80452ecb7701.tar.gz
freebsd-ports-gnome-443491fde2ad8203a4e1409dc4dc80452ecb7701.tar.zst
freebsd-ports-gnome-443491fde2ad8203a4e1409dc4dc80452ecb7701.zip
Fix build with GCC-based architectures.
PR: 232281 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
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