summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/clanbomber/files')
-rw-r--r--games-action/clanbomber/files/clanbomber-2.1.1-automake112.patch4
-rw-r--r--games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch8
2 files changed, 6 insertions, 6 deletions
diff --git a/games-action/clanbomber/files/clanbomber-2.1.1-automake112.patch b/games-action/clanbomber/files/clanbomber-2.1.1-automake112.patch
index e3223108c36a..5fce5be335aa 100644
--- a/games-action/clanbomber/files/clanbomber-2.1.1-automake112.patch
+++ b/games-action/clanbomber/files/clanbomber-2.1.1-automake112.patch
@@ -1,5 +1,5 @@
---- configure.ac.old 2012-11-15 09:35:24.682199511 +0100
-+++ configure.ac 2012-11-15 09:36:02.367839076 +0100
+--- a/configure.ac 2012-11-15 09:35:24.682199511 +0100
++++ b/configure.ac 2012-11-15 09:36:02.367839076 +0100
@@ -2,7 +2,7 @@
AC_PREREQ([2.63])
AC_INIT([ClanBomber], [2.1.1], [rsl@members.fsf.org])
diff --git a/games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch b/games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch
index 34335bc79f9b..f3e67666a22d 100644
--- a/games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch
+++ b/games-action/clanbomber/files/clanbomber-2.1.1-boost150.patch
@@ -1,5 +1,5 @@
---- src/MapEntry.cpp.old 2012-11-15 10:55:40.123259605 +0100
-+++ src/MapEntry.cpp 2012-11-15 10:57:35.217379211 +0100
+--- a/src/MapEntry.cpp 2012-11-15 10:55:40.123259605 +0100
++++ b/src/MapEntry.cpp 2012-11-15 10:57:35.217379211 +0100
@@ -50,7 +50,7 @@
enabled = true;
@@ -9,8 +9,8 @@
// is the file writable?
if (access(path / filename, W_OK) == 0) {
---- src/Map.cpp.old 2012-11-15 10:52:56.884424228 +0100
-+++ src/Map.cpp 2012-11-15 10:54:16.334992079 +0100
+--- a/src/Map.cpp 2012-11-15 10:52:56.884424228 +0100
++++ b/src/Map.cpp 2012-11-15 10:54:16.334992079 +0100
@@ -116,7 +116,7 @@
for (boost::filesystem::directory_iterator dir_iter(path);
dir_iter != end_iter; dir_iter++) {