summaryrefslogtreecommitdiff
path: root/packages/scummvm/files/gcc-4.x.x-accept.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/scummvm/files/gcc-4.x.x-accept.patch')
-rw-r--r--packages/scummvm/files/gcc-4.x.x-accept.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/scummvm/files/gcc-4.x.x-accept.patch b/packages/scummvm/files/gcc-4.x.x-accept.patch
deleted file mode 100644
index f69eb0f229..0000000000
--- a/packages/scummvm/files/gcc-4.x.x-accept.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- scummvm-0.6.1b/configure_orig 2006-07-01 16:42:17.000000000 +0000
-+++ scummvm-0.6.1b/configure 2006-07-01 16:48:04.000000000 +0000
-@@ -362,7 +362,7 @@
- fi
-
- case $cxx_version in
-- 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9])
-+ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|4.[0-9].[0-9])
- _cxx_major=`echo $cxx_version | cut -d '.' -f 1`
- _cxx_minor=`echo $cxx_version | cut -d '.' -f 2`
- cxx_version="$cxx_version, ok"