1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

BROKEN on ia64: Segfault during build

This commit is contained in:
Kris Kennaway 2005-10-28 22:50:21 +00:00
parent a4c84b7b98
commit 7ec27e904a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146603

View File

@ -88,8 +88,8 @@ MODOPT= camlp4o camlp4r ocamlc ocamldep ocamldoc ocamllex ocamlopt
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == sparc64
BROKEN= ocamlc.opt seg-faults on ${MACHINE_ARCH}, please try to fix
.if ${ARCH} == sparc64 || ${ARCH} == ia64
BROKEN= ocamlc.opt seg-faults on ${ARCH}, please try to fix
.endif
PLIST_SUB+= PROF=""