1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark IGNORE on sparc64, because the library interchanges red and blue

colour channels in images, giving funky results.
This commit is contained in:
Kris Kennaway 2004-02-14 06:06:06 +00:00
parent f1a0266043
commit acaeeea8ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100897

View File

@ -22,6 +22,12 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>