diff options
Diffstat (limited to 'sys-devel/gcc/files/3.2/gcc-322-r3-propolice-version.patch')
-rw-r--r-- | sys-devel/gcc/files/3.2/gcc-322-r3-propolice-version.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-devel/gcc/files/3.2/gcc-322-r3-propolice-version.patch b/sys-devel/gcc/files/3.2/gcc-322-r3-propolice-version.patch new file mode 100644 index 000000000000..26f157b01acb --- /dev/null +++ b/sys-devel/gcc/files/3.2/gcc-322-r3-propolice-version.patch @@ -0,0 +1,17 @@ +--- gcc/version.c.old 2003-03-26 10:43:47.000000000 -0500 ++++ gcc/version.c 2003-03-26 10:44:13.000000000 -0500 +@@ -1,4 +1,4 @@ + #include "ansidecl.h" + #include "version.h" + +-const char *const version_string = "3.2.2 20030322 (Gentoo Linux 1.4 3.2.2-r2)"; ++const char *const version_string = "3.2.2 20030322 (Gentoo Linux 1.4 3.2.2-r3, propolice)"; + +--- gcc/f/version.c.old 2003-03-26 10:43:54.000000000 -0500 ++++ gcc/f/version.c 2003-03-26 10:44:27.000000000 -0500 +@@ -1,4 +1,4 @@ + #include "ansidecl.h" + #include "f/version.h" + +-const char *const ffe_version_string = "3.2.2 20030322 (Gentoo Linux 1.4 3.2.2-r2)"; ++const char *const ffe_version_string = "3.2.2 20030322 (Gentoo Linux 1.4 3.2.2-r3, propolice)"; |