mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
BROKEN on !i386: Does not build (errors running pike binary during build)
This commit is contained in:
parent
d6d42ac6d4
commit
92877d8d08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105595
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user