1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Attempt to fix build on powerpc64.

Since the reporter has refused to test my proposed patch twice,
I am committing this anyways.

PR:		231570
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
This commit is contained in:
Matthias Andree 2018-09-22 14:40:13 +00:00
parent 975ad08f72
commit d8967d87f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480389

View File

@ -18,10 +18,6 @@ LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX}
PORTSCOUT= ignore # cannot handle the version in the directory
.if !defined(MASTERDIR)
BROKEN_powerpc64= fails to build: Entry '..' in Signal (11) SIGSEGV si_code=SEGV_MAPERR fault addr=0x2434
.endif
USES= cpe gmake makeinfo pkgconfig tar:xz
CPE_VENDOR= e2fsprogs_project
USE_CSTD= gnu99
@ -85,6 +81,12 @@ MAKE_ARGS+= V=1
.include <bsd.port.options.mk>
. if ${ARCH} == powerpc64
# Fix powerpc64 SIGSEGV,
# see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231570
USES+= compiler:c11
. endif
.if ${PORT_OPTIONS:MFUSEFS}
USES+= fuse
.endif