diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-09-13 22:21:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-09-13 22:21:14 +0800 |
commit | 8e1e57fc9176a8dd13ea5238a4874dd4951664f9 (patch) | |
tree | a394a17ca4f48d057f4f37cdabfa39f897672ff0 /graphics | |
parent | ec6bfd7418ea9ff75be2ae1876088efb0e0a6e3e (diff) | |
download | freebsd-ports-gnome-8e1e57fc9176a8dd13ea5238a4874dd4951664f9.tar.gz freebsd-ports-gnome-8e1e57fc9176a8dd13ea5238a4874dd4951664f9.tar.zst freebsd-ports-gnome-8e1e57fc9176a8dd13ea5238a4874dd4951664f9.zip |
edje broken on ia64.
Submitted by: kris@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/edje/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index 24d41d0d1835..353de3496cd2 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> |