diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-02-22 20:49:06 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-02-22 20:49:06 +0800 |
commit | 503b060188a0b8d04a05d37af2718c1ca2cd7c61 (patch) | |
tree | 200ba3e610687af8057fdc9e279e1675c855d840 /devel | |
parent | 5d54d046d4ab926fa6ffefc0f232d70f0f769963 (diff) | |
download | freebsd-ports-gnome-503b060188a0b8d04a05d37af2718c1ca2cd7c61.tar.gz freebsd-ports-gnome-503b060188a0b8d04a05d37af2718c1ca2cd7c61.tar.zst freebsd-ports-gnome-503b060188a0b8d04a05d37af2718c1ca2cd7c61.zip |
Mark it NOT_FOR_ARCHS for sparc64. The last commit did not solve the problem.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bunny/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index 6323dc53ee77..9bfec2a9e694 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -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> |