mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Now builds on i386
Approved by: portmgr (implicit)
This commit is contained in:
parent
0150a15b71
commit
958885d653
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157019
@ -30,8 +30,8 @@ USE_REINPLACE= yes
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 504001
|
.if ${ARCH} != "i386"
|
||||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
BROKEN= Does not compile on !i386
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@ -30,8 +30,8 @@ USE_REINPLACE= yes
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 504001
|
.if ${ARCH} != "i386"
|
||||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
BROKEN= Does not compile on !i386
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
Loading…
Reference in New Issue
Block a user