Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2020 15:12:37 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556831 - head/sysutils/moosefs2-master
Message-ID:  <202012021512.0B2FCbIS038304@repo.freebsd.org>

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

Log:
  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'
  
  MFH:		2020Q4

Modified:
  head/sysutils/moosefs2-master/Makefile

Modified: head/sysutils/moosefs2-master/Makefile
==============================================================================
--- head/sysutils/moosefs2-master/Makefile	Wed Dec  2 15:03:41 2020	(r556830)
+++ head/sysutils/moosefs2-master/Makefile	Wed Dec  2 15:12:37 2020	(r556831)
@@ -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?202012021512.0B2FCbIS038304>