mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Mark as BROKEN on amd64, ia64 and sparc64
Pointy hat by: kris
This commit is contained in:
parent
d33c49f641
commit
d8e680d450
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149817
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user