svn commit: r483268 - head/net/nfs-ganesha

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 10:53:39 UTC 2018


Author: linimon
Date: Sun Oct 28 10:53:38 2018
New Revision: 483268
URL: https://svnweb.freebsd.org/changeset/ports/483268

Log:
  Fix build with GCC-based architectures.
  
  PR:		232281
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/nfs-ganesha/Makefile

Modified: head/net/nfs-ganesha/Makefile
==============================================================================
--- head/net/nfs-ganesha/Makefile	Sun Oct 28 10:45:44 2018	(r483267)
+++ head/net/nfs-ganesha/Makefile	Sun Oct 28 10:53:38 2018	(r483268)
@@ -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


More information about the svn-ports-head mailing list