1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Does not compile with GCC 4.2 on amd64

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-11-12 23:50:28 +00:00
parent 1f02bc1fa1
commit dcc215fe91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202660

View File

@ -38,6 +38,12 @@ CFLAGS+= -I${X11BASE}/include
BROKEN= does not build
.endif
.if ${ARCH}=="amd64"
.if ${OSVERSION} >= 700042
BROKEN= does not build
.endif
.endif
.if ${ARCH}=="sparc64"
.if ${OSVERSION} < 601101 || ${OSVERSION} >= 700042
IGNORE= does not build