1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

BROKEN on 7.0: Configure fails

This commit is contained in:
Kris Kennaway 2005-10-28 23:10:50 +00:00
parent 626df9fb15
commit 22849c97b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146619

View File

@ -25,6 +25,10 @@ COMMENT= FSF C/C++/JAVA-gcc-3.2.3 base-port for RTEMS development
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= "Configure fails on FreeBSD >= 7.0"
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= "Configure fails on amd64 and sparc64"
.endif