1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

edje broken on ia64.

Submitted by:	kris@
This commit is contained in:
Vanilla I. Shu 2006-09-13 14:21:14 +00:00
parent 50fe58fe2f
commit 95a3e83985
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172941

View File

@ -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>