diff options
author | gerald <gerald@FreeBSD.org> | 2011-09-10 20:10:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-09-10 20:10:37 +0800 |
commit | 260f0c0371c5039063d7fe36386be8586b3255ed (patch) | |
tree | a3b355a6a7f136a2a8b8d8e08a00859b441d28d6 /Mk | |
parent | fffd2133850b23a40ed828d28fb3e966812dc38e (diff) | |
download | freebsd-ports-gnome-260f0c0371c5039063d7fe36386be8586b3255ed.tar.gz freebsd-ports-gnome-260f0c0371c5039063d7fe36386be8586b3255ed.tar.zst freebsd-ports-gnome-260f0c0371c5039063d7fe36386be8586b3255ed.zip |
Cater to versions of FreeBSD greater than 9 (up to 99). [1]
Tweak the representation of versions of GCC that newer appeared in base.
Submitted by: bf [1]
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 8ceebd2bf9b3..21856663bf11 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -41,12 +41,12 @@ GCCVERSIONS= 030402 040200 040400 040500 040600 040700 # The first field if the OSVERSION in which it appeared in the base. # The second field is the OSVERSION in which it disappeared from the base. # The third field is the version as USE_GCC would use. -GCCVERSION_030402= 502126 700042 3.4 -GCCVERSION_040200= 700042 999999 4.2 -GCCVERSION_040400= 999999 999999 4.4 -GCCVERSION_040500= 999999 999999 4.5 -GCCVERSION_040600= 999999 999999 4.6 -GCCVERSION_040700= 999999 999999 4.7 +GCCVERSION_030402= 502126 700042 3.4 +GCCVERSION_040200= 700042 9999999 4.2 +GCCVERSION_040400= 0 0 4.4 +GCCVERSION_040500= 0 0 4.5 +GCCVERSION_040600= 0 0 4.6 +GCCVERSION_040700= 0 0 4.7 # # No configurable parts below this. |