From ee744ece0ef5b0d8bb9a90e98f72227eac5170b8 Mon Sep 17 00:00:00 2001 From: itetcu Date: Wed, 15 Aug 2007 08:51:11 +0000 Subject: Mark broken on 64 bit archs. PR: ports/115510 Submitted by: Rashid N. Achilov (maintainer) --- editors/yui/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'editors/yui') diff --git a/editors/yui/Makefile b/editors/yui/Makefile index 203e4c8c7ba4..a1703754de24 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -18,6 +18,12 @@ USE_AUTOTOOLS= autoconf:259 MAN1= y.1 +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= Does not compile on 64-bit arch +.endif + post-install: ${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html @@ -28,4 +34,4 @@ post-install: .endfor .endif -.include +.include -- cgit