1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Require gcc34 on all archs

This is to work around internal compiler error in gcc33, if case anyone
  wonder.

Requested by:	kris
This commit is contained in:
Pav Lucistnik 2006-02-06 19:52:03 +00:00
parent 5824d11798
commit b2f03722b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155369

View File

@ -122,7 +122,7 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS}
#BROKEN= Doesn't build on FreeBSD < 6.x
#.endif
.if (${MAMEMESS} == "mess" && ${ARCH} == "amd64")
.if (${MAMEMESS} == "mess" && ${OSVERSION} >= 500000)
USE_GCC= 3.4+
.endif