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:
Mark Linimon 2009-08-17 01:12:22 +00:00
parent 1b1918eec6
commit f70ffacee4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239691

View file

@ -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>