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:
parent
5824d11798
commit
b2f03722b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155369
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user