aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-11-12 00:13:16 +0800
committermarcel <marcel@FreeBSD.org>2009-11-12 00:13:16 +0800
commita5a0ead578327c9134b097c75ddee6afa4ad2cea (patch)
tree5bfb78b3334f623a3cf4337dc14cdb0251918b86 /lang
parentcc9be1e69a1bed546f8190f661fda6dcbf371e33 (diff)
downloadfreebsd-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/Makefile2
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