svn commit: r495300 - head/sysutils/moosefs3-master

Mark Linimon linimon at FreeBSD.org
Sun Mar 10 16:57:38 UTC 2019


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


More information about the svn-ports-all mailing list