aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-02 15:13:24 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-02 15:13:24 +0000
commit556c0e57b5fd0ddf7743815157e1ae8b299fcda6 (patch)
treef50802f2e6e326c4eadb194617c48f7060d4bcde
parentd8f5713cc5517a63e88707cf726bb3c4594bc361 (diff)
downloadports-556c0e57b5fd0ddf7743815157e1ae8b299fcda6.tar.gz
ports-556c0e57b5fd0ddf7743815157e1ae8b299fcda6.zip
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'
Notes
Notes: svn path=/branches/2020Q4/; revision=556832
-rw-r--r--sysutils/moosefs2-master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/moosefs2-master/Makefile b/sysutils/moosefs2-master/Makefile
index 9ca90f5ecb3a..34cb62fbfb3a 100644
--- a/sysutils/moosefs2-master/Makefile
+++ b/sysutils/moosefs2-master/Makefile
@@ -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