Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 10:53:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483268 - head/net/nfs-ganesha
Message-ID:  <201810281053.w9SArcxJ078851@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281053.w9SArcxJ078851>