1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Mark as broken on powerpc: fails to compile.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-28 03:23:43 +00:00
parent d63efa954a
commit 37816ad11a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288131
2 changed files with 11 additions and 1 deletions

View File

@ -34,6 +34,10 @@ MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc: array bound is not an integer constant
.endif
HAS_SSE!= ${SYSCTL} -n hw.instruction_sse 2> /dev/null HAS_SSE!= ${SYSCTL} -n hw.instruction_sse 2> /dev/null
.if ${HAS_SSE} == 1 .if ${HAS_SSE} == 1
PLIST_SUB+= SSE="" PLIST_SUB+= SSE=""

View File

@ -345,4 +345,10 @@ post-patch:
${WRKSRC}/plugins/sid/Makefile.in \ ${WRKSRC}/plugins/sid/Makefile.in \
${WRKSRC}/plugins/supereq/Makefile.in ${WRKSRC}/plugins/supereq/Makefile.in
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN= Does not build on powerpc-9: fails to compile
.endif
.include <bsd.port.post.mk>