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

Use broken helpers

This commit is contained in:
Baptiste Daroussin 2015-06-27 14:25:19 +00:00
parent 2c8b364bf9
commit a3853b8210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390709

View File

@ -16,12 +16,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
BROKEN_powerpc= Does not compile on powerpc: invokes i386 asm
BROKEN_sparc64= Does not compile on sparc64: gcc coredump
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: invokes i386 asm
.elif ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: gcc coredump
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>