mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on sparc64-8: needs stdlib.h instead of malloc.h. May
also affect amd64-8. Hat: portmgr
This commit is contained in:
parent
1b1918eec6
commit
f70ffacee4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239691
1 changed files with 7 additions and 1 deletions
|
@ -36,4 +36,10 @@ post-extract:
|
|||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
|
||||
BROKEN= Does not build on sparc64-8
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue