Mark as BROKEN on amd64, ia64 and sparc64

Pointy hat by:	kris
This commit is contained in:
Marcus Alves Grando 2005-11-28 18:30:34 +00:00
parent d33c49f641
commit d8e680d450
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149817

View File

@ -28,6 +28,10 @@ OPTIONS= OPCODE "Enable code required by TriList (trimesh) class" on
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not compile."
.endif
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \
${WRKSRC}/configurator.c