1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

Mark it NOT_FOR_ARCHS for sparc64. The last commit did not solve the problem.

This commit is contained in:
Emanuel Haupt 2008-02-22 12:49:06 +00:00
parent a389a0d2e4
commit 44414f4355
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207749

View File

@ -22,12 +22,8 @@ PORTDOCS= README
PLIST_FILES= bin/bunny-trace bin/bunny-gcc bin/bunny-flow bin/bunny-exec \
bin/bunny-main
.include <bsd.port.pre.mk>
# attempt to fix build on sparc64
.if ${ARCH} == "sparc64"
CFLAGS+= -O0
.endif
NOT_FOR_ARCHS= sparc64
NOT_FOR_ARCHS_REASON_sparc64= Fails to compile
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/${MAKEFILE}
@ -42,4 +38,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>