From 6b26fadf9587993f87339ecab8cde86d30c031fd Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 13 Sep 2006 11:05:35 +0000 Subject: - BROKEN does not build on ia64 PR: ports/103217 Submitted by: Stanislav Sedov (maintainer) --- x11/elicit/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'x11/elicit/Makefile') diff --git a/x11/elicit/Makefile b/x11/elicit/Makefile index 45722abb94d0..9365be96e0d8 100644 --- a/x11/elicit/Makefile +++ b/x11/elicit/Makefile @@ -29,4 +29,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -.include +.include +.if ${ARCH} == "ia64" +BROKEN= edje is broken on ia64 +.endif + +.include -- cgit v1.2.3