Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2020 15:13:24 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r556832 - branches/2020Q4/sysutils/moosefs2-master
Message-ID:  <202012021513.0B2FDOCC038507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Dec  2 15:13:24 2020
New Revision: 556832
URL: https://svnweb.freebsd.org/changeset/ports/556832

Log:
  MFH: r556831
  
  sysutils/moosefs2-master: fix build of client on GCC architectures
  
  sustained_inodes.c: In function 'sinodes_pid_inodes':
  sustained_inodes.c:224: error: 'struct kinfo_file' has no member named 'kf_un'
  sustained_inodes.c:225: error: 'struct kinfo_file' has no member named 'kf_un'

Modified:
  branches/2020Q4/sysutils/moosefs2-master/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/sysutils/moosefs2-master/Makefile
==============================================================================
--- branches/2020Q4/sysutils/moosefs2-master/Makefile	Wed Dec  2 15:12:37 2020	(r556831)
+++ branches/2020Q4/sysutils/moosefs2-master/Makefile	Wed Dec  2 15:13:24 2020	(r556832)
@@ -72,7 +72,7 @@ CONFIGURE_ARGS+=	--disable-mfscli
 .endif
 
 .if ${MFS_COMPONENT} == client
-USES=			fuse pkgconfig
+USES=			compiler:c11 fuse pkgconfig
 CONFIGURE_ARGS+=	--enable-mfsmount
 .else
 CONFIGURE_ARGS+=	--disable-mfsmount



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