summaryrefslogtreecommitdiffstats
path: root/graphics/edje
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2006-09-13 14:21:14 +0000
committervanilla <vanilla@FreeBSD.org>2006-09-13 14:21:14 +0000
commit8e1e57fc9176a8dd13ea5238a4874dd4951664f9 (patch)
treea394a17ca4f48d057f4f37cdabfa39f897672ff0 /graphics/edje
parentec6bfd7418ea9ff75be2ae1876088efb0e0a6e3e (diff)
downloadFreeBSD-ports-8e1e57fc9176a8dd13ea5238a4874dd4951664f9.zip
FreeBSD-ports-8e1e57fc9176a8dd13ea5238a4874dd4951664f9.tar.gz
edje broken on ia64.
Submitted by: kris@
Diffstat (limited to 'graphics/edje')
-rw-r--r--graphics/edje/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile
index 24d41d0..353de34 100644
--- a/graphics/edje/Makefile
+++ b/graphics/edje/Makefile
@@ -33,4 +33,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
IGNORE= does not build on 4.X
.endif
+.if ${ARCH} == "ia64"
+BROKEN= edje is broken on ia64
+.endif
+
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud