diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-03-27 05:52:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-03-27 05:52:32 +0000 |
commit | 4d86a83d2b0ff864afae885d3fef5c1d7e038395 (patch) | |
tree | 37b7d89168ca9634b5570d39a9e889a269b7da79 /devel/bunny | |
parent | 36cd5c74c777aefba9013e538703b3d65e067899 (diff) |
Mark this IGNORE everywhere except amd64/i386: invokes i386 asm.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=251566
Diffstat (limited to 'devel/bunny')
-rw-r--r-- | devel/bunny/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index 56104bb3a0e7..27c2e7e79eaf 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -23,8 +23,8 @@ PORTDOCS= README PLIST_FILES= bin/bunny-trace bin/bunny-gcc bin/bunny-flow bin/bunny-exec \ bin/bunny-main -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON_sparc64= Fails to compile +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Fails to compile: invokes i386 asm post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/${MAKEFILE} |