summaryrefslogtreecommitdiffstats
path: root/lang/ocaml
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-28 22:50:21 +0000
committerkris <kris@FreeBSD.org>2005-10-28 22:50:21 +0000
commit313cd65d841cac2163ae8a300dd97cad0e8d3eee (patch)
tree9954f4a0cbcd354b544ac21784b30b4160556506 /lang/ocaml
parentf7efab3c0aa772a8b64423d1e81587f88ff2e77b (diff)
downloadFreeBSD-ports-313cd65d841cac2163ae8a300dd97cad0e8d3eee.zip
FreeBSD-ports-313cd65d841cac2163ae8a300dd97cad0e8d3eee.tar.gz
BROKEN on ia64: Segfault during build
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 1c60d88..9167232 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=""
OpenPOWER on IntegriCloud