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

Collapse All | Expand All

(-)Makefile (-4 / +6 lines)
Lines 18-27 Link Here
18
18
19
PORTSCOUT=	ignore	# cannot handle the version in the directory
19
PORTSCOUT=	ignore	# cannot handle the version in the directory
20
20
21
.if !defined(MASTERDIR)
22
BROKEN_powerpc64=	fails to build: Entry '..' in Signal (11) SIGSEGV si_code=SEGV_MAPERR fault addr=0x2434
23
.endif
24
25
USES=		cpe gmake makeinfo pkgconfig tar:xz
21
USES=		cpe gmake makeinfo pkgconfig tar:xz
26
CPE_VENDOR=	e2fsprogs_project
22
CPE_VENDOR=	e2fsprogs_project
27
USE_CSTD=	gnu99
23
USE_CSTD=	gnu99
Lines 85-90 Link Here
85
81
86
.include <bsd.port.options.mk>
82
.include <bsd.port.options.mk>
87
83
84
. if ${ARCH} == powerpc64
85
# Fix powerpc64 SIGSEGV,
86
# see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231570
87
USES+=		compiler:c11
88
. endif
89
88
.if ${PORT_OPTIONS:MFUSEFS}
90
.if ${PORT_OPTIONS:MFUSEFS}
89
USES+=		fuse
91
USES+=		fuse
90
.endif
92
.endif

Return to bug 231570