Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2019 16:57:37 +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: r495300 - head/sysutils/moosefs3-master
Message-ID:  <201903101657.x2AGvb69023263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Mar 10 16:57:37 2019
New Revision: 495300
URL: https://svnweb.freebsd.org/changeset/ports/495300

Log:
  Add compiler:c11 to USES to fix build on gcc-based architectures.
  
  PR:		235991
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/moosefs3-master/Makefile

Modified: head/sysutils/moosefs3-master/Makefile
==============================================================================
--- head/sysutils/moosefs3-master/Makefile	Sun Mar 10 16:19:51 2019	(r495299)
+++ head/sysutils/moosefs3-master/Makefile	Sun Mar 10 16:57:37 2019	(r495300)
@@ -74,7 +74,7 @@ CONFIGURE_ARGS+=	--disable-mfscli
 .endif
 
 .if ${MFS_COMPONENT} == client
-USES=			fuse pkgconfig libtool
+USES=			compiler:c11 fuse libtool pkgconfig
 USE_LDCONFIG=		yes
 CONFIGURE_ARGS+=	--enable-mfsmount
 .else



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