1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

BROKEN on !i386 and !amd64: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-25 10:35:56 +00:00
parent 7c2081387c
commit 3602943565
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102070

View File

@ -30,6 +30,10 @@ DOCS= BUGS COPYRIGHT HISTORY README DOC/manual.pdf
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
BROKEN= "Does not compile on !i386 and !amd64"
.endif
.if ${OSVERSION} < 501103
USE_GCC= 3.2
.endif