summarylogtreecommitdiffstats
path: root/gcc-fix.patch
diff options
context:
space:
mode:
authorMichael DeGuzis2019-03-17 14:44:14 -0400
committerMichael DeGuzis2019-03-17 14:44:14 -0400
commit018d58f2d818d27c71905a392c0f4cf216f04c10 (patch)
tree2afc875dc8940c535e5c07d751d2af74587c827f /gcc-fix.patch
parent1c6e96bac2424a8bfe77a9f8d2771b2c8d55fde8 (diff)
downloadaur-018d58f2d818d27c71905a392c0f4cf216f04c10.tar.gz
update to it source
Diffstat (limited to 'gcc-fix.patch')
-rw-r--r--gcc-fix.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/gcc-fix.patch b/gcc-fix.patch
deleted file mode 100644
index 1ac476b92a32..000000000000
--- a/gcc-fix.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-## i-love-you-lordheavy.patch [diff]
-diff -ru warmux-11.04/lib/warmux/action/action.cpp warmux-11.04-new/lib/warmux/action/action.cpp
---- warmux-11.04/lib/warmux/action/action.cpp 2011-04-28 21:03:14.000000000 +0200
-+++ warmux-11.04-new/lib/warmux/action/action.cpp 2012-01-29 09:51:16.680251815 +0100
-@@ -81,7 +81,7 @@
- }
-
- // Build an action from a network packet
--Action::Action(const char *buffer, DistantComputer* _creator)
-+Action::Action(char *buffer, DistantComputer* _creator)
- {
- m_creator = _creator;
-
-diff -ru warmux-11.04/lib/warmux/include/WARMUX_action.h warmux-11.04-new/lib/warmux/include/WARMUX_action.h
---- warmux-11.04/lib/warmux/include/WARMUX_action.h 2011-04-28 21:03:13.000000000 +0200
-+++ warmux-11.04-new/lib/warmux/include/WARMUX_action.h 2012-01-29 09:52:14.246921833 +0100
-@@ -168,7 +168,7 @@
- Action(Action_t type, Double value1, Double value2);
-
- // Build an action from a network packet
-- Action(const char* buffer, DistantComputer* _creator);
-+ Action(char* buffer, DistantComputer* _creator);
-
- ~Action();
-
-Description: Fix FTBFS with gcc 4.7.
-Author: Felix Geyer <debfx-pkg@fobos.de>
-
---- warmux-11.04.1+repack.orig/tools/list_games/main.cpp
-+++ warmux-11.04.1+repack/tools/list_games/main.cpp
-@@ -1,4 +1,5 @@
- #include <stdio.h>
-+#include <unistd.h>
- #include <WARMUX_types.h>
- #include <WARMUX_network.h>
- #include <WARMUX_index_server.h>