From acaeeea8ce5c4e9bc527a34224df79cc2b023864 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 14 Feb 2004 06:06:06 +0000 Subject: [PATCH] Mark IGNORE on sparc64, because the library interchanges red and blue colour channels in images, giving funky results. --- graphics/Hermes/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 767593dafe65..9aa08680d4ec 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -22,6 +22,12 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" INSTALLS_SHLIB= yes +.include + +.if ${ARCH} == sparc64 +IGNORE= "is broken on sparc64: interchanges red and blue colour channels in images" +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -35,4 +41,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/docs/api/sgml/api.sgml ${DOCSDIR}/API .endif -.include +.include