diff options
author | marcel <marcel@FreeBSD.org> | 2009-11-12 00:13:16 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2009-11-12 00:13:16 +0800 |
commit | a5a0ead578327c9134b097c75ddee6afa4ad2cea (patch) | |
tree | 5bfb78b3334f623a3cf4337dc14cdb0251918b86 /lang | |
parent | cc9be1e69a1bed546f8190f661fda6dcbf371e33 (diff) | |
download | freebsd-ports-gnome-a5a0ead578327c9134b097c75ddee6afa4ad2cea.tar.gz freebsd-ports-gnome-a5a0ead578327c9134b097c75ddee6afa4ad2cea.tar.zst freebsd-ports-gnome-a5a0ead578327c9134b097c75ddee6afa4ad2cea.zip |
ocaml builds on ia64.
Approved by: stas
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 72a7b5fa3913..03fa1d914365 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -81,7 +81,7 @@ CONFIGURE_ARGS+= -tkdefs \ -tklibs "-L${LOCALBASE}/lib ${THR_LD}" .endif -.if ${ARCH} == sparc64 || ${ARCH} == ia64 +.if ${ARCH} == sparc64 BROKEN= ocamlc.opt seg-faults on ${ARCH}, please try to fix .endif |