diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 22:50:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-28 22:50:21 +0000 |
commit | 7ec27e904a2dc1a68b5a1e8fe210939e3184896f (patch) | |
tree | 2d6cec8724e40c51f2d1c6d3fbcd9ab9fa44cadb /lang | |
parent | a4c84b7b9893cb3794423c669887e103c7027015 (diff) | |
download | ports-7ec27e904a2dc1a68b5a1e8fe210939e3184896f.tar.gz ports-7ec27e904a2dc1a68b5a1e8fe210939e3184896f.zip |
Notes
Diffstat (limited to 'lang')
-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 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="" |