From e8abd2b757745897f0cd0cc56527a610ea6544f5 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 5 Mar 2004 04:48:16 +0000 Subject: BROKEN on ia64 and amd64: Does not compile --- graphics/libemf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index 135f467d345..86ca9a22f2b 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -15,10 +15,16 @@ COMMENT= Enhanced Metafile Library GNU_CONFIGURE= yes +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on ia64 or amd64" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR} .endif -.include +.include -- cgit