diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-18 14:43:03 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-18 14:43:03 +0000 |
commit | 0fed9897050233bf0caf7d8b8d9ed4e50ce21221 (patch) | |
tree | 33376cd8a4a02a4a165de0a496bb0a744b44ed62 /lang/gcc31/Makefile | |
parent | 698f888198d93015434253307bc2045a043848fd (diff) | |
download | FreeBSD-ports-0fed9897050233bf0caf7d8b8d9ed4e50ce21221.zip FreeBSD-ports-0fed9897050233bf0caf7d8b8d9ed4e50ce21221.tar.gz |
Total hack to allow gcc31 to build on -CURRENT.
This hack makes gcc totally use our stock headers vs. the fixinc'ed ones.
There is probably zero chance of getting this fixed in the FSF/GCC CVS
repository, as the 3.1 branch is offically closed.
Diffstat (limited to 'lang/gcc31/Makefile')
-rw-r--r-- | lang/gcc31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile index 091a70d..3fccb7c 100644 --- a/lang/gcc31/Makefile +++ b/lang/gcc31/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -SNAPDATE= 2002-07-26 +SNAPDATE= 2002-09-09 SNAPVER= ${SNAPDATE:S/-//g} PORTNAME= gcc |