diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-09-13 14:21:14 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-09-13 14:21:14 +0000 |
commit | 8e1e57fc9176a8dd13ea5238a4874dd4951664f9 (patch) | |
tree | a394a17ca4f48d057f4f37cdabfa39f897672ff0 /graphics/edje | |
parent | ec6bfd7418ea9ff75be2ae1876088efb0e0a6e3e (diff) | |
download | FreeBSD-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/Makefile | 4 |
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> |