mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Mark as broken on powerpc: runs out of virtual memory during compile.
Hat: portmgr
This commit is contained in:
parent
2892bf289f
commit
ccbf6e5f3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288146
1 changed files with 7 additions and 1 deletions
|
@ -29,4 +29,10 @@ GNU_CONFIGURE= yes
|
|||
|
||||
CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VER}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc"
|
||||
BROKEN= Does not compile on powerpc: exhausts virtual memory
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue