View | Details | Raw Unified | Return to bug 235991 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/moosefs3-client/Makefile (-2 lines)
Lines 9-16 Link Here
9
9
10
MFS_COMPONENT=	client
10
MFS_COMPONENT=	client
11
11
12
BROKEN_powerpc64=	fails to compile: mfs_fuse.c: internal compiler error: Segmentation fault
13
14
MASTERDIR=	${.CURDIR}/../moosefs3-master
12
MASTERDIR=	${.CURDIR}/../moosefs3-master
15
13
16
.include "${MASTERDIR}/Makefile"
14
.include "${MASTERDIR}/Makefile"
(-)sysutils/moosefs3-master/Makefile (-1 / +1 lines)
Lines 74-80 Link Here
74
.endif
74
.endif
75
75
76
.if ${MFS_COMPONENT} == client
76
.if ${MFS_COMPONENT} == client
77
USES=			fuse pkgconfig libtool
77
USES=			compiler:c11 fuse pkgconfig libtool
78
USE_LDCONFIG=		yes
78
USE_LDCONFIG=		yes
79
CONFIGURE_ARGS+=	--enable-mfsmount
79
CONFIGURE_ARGS+=	--enable-mfsmount
80
.else
80
.else

Return to bug 235991