summaryrefslogtreecommitdiff
path: root/graphics/libx3dtk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-10 17:53:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-10 17:53:40 +0000
commit03665796b3798bd7ae829ea57e05e55c80191be9 (patch)
tree58e47bf215951f92e84fd536d342799a2d0559ef /graphics/libx3dtk
parentAll we are saying is give gcc 4.x a chance. (diff)
- Mark BROKEN for ia64.
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=181982
Diffstat (limited to 'graphics/libx3dtk')
-rw-r--r--graphics/libx3dtk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libx3dtk/Makefile b/graphics/libx3dtk/Makefile
index 5c9d3e37d2de..d5d0f9d798ee 100644
--- a/graphics/libx3dtk/Makefile
+++ b/graphics/libx3dtk/Makefile
@@ -38,6 +38,10 @@ QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
BROKEN=does not compile
.endif
+.if ${ARCH} == "ia64"
+BROKEN= broken on ia64
+.endif
+
post-patch:
${CP} ${FILESDIR}/X3DAbstractNodeForward.h ${WRKSRC}/include/X3DTK/private/X3DAbstractNodeForward.h