diff options
Diffstat (limited to 'sys-devel/gcc/files/3.3/gcc33-propolice-version.patch')
-rw-r--r-- | sys-devel/gcc/files/3.3/gcc33-propolice-version.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-devel/gcc/files/3.3/gcc33-propolice-version.patch b/sys-devel/gcc/files/3.3/gcc33-propolice-version.patch new file mode 100644 index 000000000000..919d859a0be3 --- /dev/null +++ b/sys-devel/gcc/files/3.3/gcc33-propolice-version.patch @@ -0,0 +1,12 @@ +diff -Narup gcc-3.3.orig/gcc/version.c gcc-3.3/gcc/version.c +--- gcc-3.3.orig/gcc/version.c 2003-05-13 23:26:03.000000000 +0200 ++++ gcc-3.3/gcc/version.c 2003-05-15 17:51:13.000000000 +0200 +@@ -6,7 +6,7 @@ + please modify this string to indicate that, e.g. by putting your + organization's name in parentheses at the end of the string. */ + +-const char version_string[] = "3.3 (Gentoo Linux 1.4 @PV@)"; ++const char version_string[] = "3.3 (Gentoo Linux 1.4 @PV@, propolice)"; + + /* This is the location of the online document giving instructions for + reporting bugs. If you distribute a modified version of GCC, |