1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Do what nearby comment says: use gcc 3.3 for 4-STABLE

PR:		ports/69802 (inspired by)
Submitted by:	Florian Liekweg <liekweg@gmx.de>
This commit is contained in:
Pav Lucistnik 2004-07-31 18:44:37 +00:00
parent 00ce08991a
commit d514e0abaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115169

View File

@ -57,7 +57,7 @@ LIBXMDIR= ${X11BASE}
# Otherwise, default to 3.3
.if ${OSVERSION} >= 500035 && ${OSVERSION} <= 500038
USE_GCC=3.1
.elif ${OSVERSION} < 501103
.elif ${OSVERSION} > 500038 && ${OSVERSION} < 501103
USE_GCC=3.2
.else
USE_GCC=3.3