1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Also broken on powerpc-8.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2012-09-08 07:45:10 +00:00
parent 7d066d704e
commit 56a501c37c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303876

View File

@ -39,8 +39,8 @@ do-install:
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN= Does not compile on powerpc-9
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>