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:
parent
d63efa954a
commit
37816ad11a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288131
@ -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=""
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user