aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/hugs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile
index f6153dd20332..681f06b1b001 100644
--- a/lang/hugs/Makefile
+++ b/lang/hugs/Makefile
@@ -34,6 +34,10 @@ CONFIGURE_ARGS+= --with-pthreads
BROKEN= missing data type declarations
.endif
+.if ${ARCH} == "ia64"
+BROKEN= dumps core during build on ${ARCH}
+.endif
+
.if !defined(WITHOUT_X11)
USE_GL= yes
LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut