aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 1c60d8872116..9167232a5dc2 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -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=""