diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-14 14:46:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-14 14:46:54 +0800 |
commit | f82c18b34fbd808718dc2b167620016726c03fce (patch) | |
tree | 8e12e807bdbe0014bf2ce2df5730d9843267727a /lang/hugs | |
parent | b975d6ff92925864e4132ffa92697278e8a605f4 (diff) | |
download | freebsd-ports-graphics-f82c18b34fbd808718dc2b167620016726c03fce.tar.gz freebsd-ports-graphics-f82c18b34fbd808718dc2b167620016726c03fce.tar.zst freebsd-ports-graphics-f82c18b34fbd808718dc2b167620016726c03fce.zip |
Mark broken on ia64.
Diffstat (limited to 'lang/hugs')
-rw-r--r-- | lang/hugs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index f6153dd2033..681f06b1b00 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 |