diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-22 12:49:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-22 12:49:06 +0000 |
commit | 44414f43554f92142031ecdac49543784c1bfa88 (patch) | |
tree | d0c4438c41aba86e9fd3697df63092791a39a601 /devel/bunny | |
parent | a389a0d2e46de9b2a355eea6ff19b11ea9da9b8c (diff) | |
download | ports-44414f43554f92142031ecdac49543784c1bfa88.tar.gz ports-44414f43554f92142031ecdac49543784c1bfa88.zip |
Notes
Diffstat (limited to 'devel/bunny')
-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> |