BROKEN on !i386: Does not build (errors running pike binary during build)

This commit is contained in:
Kris Kennaway 2004-03-29 09:05:05 +00:00
parent d6d42ac6d4
commit 92877d8d08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105595
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,10 @@ USE_BISON= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not build on !i386 (errors running pike binary during build)"
.endif
PLIST_SUB+= PORTVERSION=${PORTVERSION}
# FreeBSD 5.0 Needs to have libgmp port to support gmp.

View File

@ -72,6 +72,10 @@ USE_BISON= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not build on !i386 (errors running pike binary during build)"
.endif
PLIST_SUB+= PORTVERSION=${PORTVERSION}
# FreeBSD 5.0 Needs to have libgmp port to support gmp.