summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/3dfb/files/0.6.1-gcc41.patch')
-rw-r--r--x11-misc/3dfb/files/0.6.1-gcc41.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-misc/3dfb/files/0.6.1-gcc41.patch b/x11-misc/3dfb/files/0.6.1-gcc41.patch
deleted file mode 100644
index 2a964f66c21d..000000000000
--- a/x11-misc/3dfb/files/0.6.1-gcc41.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur 3dfb-0.6.1.orig/src/gui.cpp 3dfb-0.6.1/src/gui.cpp
---- 3dfb-0.6.1.orig/src/gui.cpp 2004-07-28 22:32:21.000000000 +0000
-+++ 3dfb-0.6.1/src/gui.cpp 2006-09-18 21:35:01.271923722 +0000
-@@ -70,7 +70,7 @@
-
-
- static fileMap fileMap;
--static levelLocation levels[fileMap.maxLevels];
-+static levelLocation levels[1024];
-
-
-