1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- Mark BROKEN on FreeBSD 10+ i386

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-12-21 10:30:09 +00:00
parent 9dde3afa59
commit 09c3d9a2bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429059

View File

@ -95,4 +95,10 @@ do-install:
${INSTALL_DATA} ${DISTDIR}/sdcard64.tar.gz ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${ARCH} == i386
BROKEN= does not build on i386 (error: frame pointer required, but reserved)
.endif
.include <bsd.port.post.mk>