diff options
author | kris <kris@FreeBSD.org> | 2005-10-28 22:50:21 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-28 22:50:21 +0000 |
commit | 313cd65d841cac2163ae8a300dd97cad0e8d3eee (patch) | |
tree | 9954f4a0cbcd354b544ac21784b30b4160556506 /lang/ocaml | |
parent | f7efab3c0aa772a8b64423d1e81587f88ff2e77b (diff) | |
download | FreeBSD-ports-313cd65d841cac2163ae8a300dd97cad0e8d3eee.zip FreeBSD-ports-313cd65d841cac2163ae8a300dd97cad0e8d3eee.tar.gz |
BROKEN on ia64: Segfault during build
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 4 |
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="" |