summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 18:05:21 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 18:05:21 +0000
commit90c1540d717eaca915d191aaea5d7a8a83dc9624 (patch)
tree9ba80455fed39454feed1145299fdc01273bb188 /games-sports/xmoto/files
parentold (diff)
downloadgentoo-2-90c1540d717eaca915d191aaea5d7a8a83dc9624.tar.gz
gentoo-2-90c1540d717eaca915d191aaea5d7a8a83dc9624.tar.bz2
gentoo-2-90c1540d717eaca915d191aaea5d7a8a83dc9624.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-sports/xmoto/files')
-rw-r--r--games-sports/xmoto/files/xmoto-0.5.9-gcc47.patch10
-rw-r--r--games-sports/xmoto/files/xmoto-0.5.9-libpng.patch10
-rw-r--r--games-sports/xmoto/files/xmoto-0.5.9-utf8.patch15
3 files changed, 0 insertions, 35 deletions
diff --git a/games-sports/xmoto/files/xmoto-0.5.9-gcc47.patch b/games-sports/xmoto/files/xmoto-0.5.9-gcc47.patch
deleted file mode 100644
index eb0843ef35ba..000000000000
--- a/games-sports/xmoto/files/xmoto-0.5.9-gcc47.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/helpers/System.cpp.old 2012-06-12 11:01:24.332083600 +0200
-+++ src/helpers/System.cpp 2012-06-12 11:01:35.335083715 +0200
-@@ -24,6 +24,7 @@
- #include "Log.h"
- #include "VExcept.h"
- #include <sstream>
-+#include <unistd.h>
-
- std::vector<std::string>* System::getDisplayModes(int windowed) {
- std::vector<std::string>* modes = new std::vector<std::string>;
diff --git a/games-sports/xmoto/files/xmoto-0.5.9-libpng.patch b/games-sports/xmoto/files/xmoto-0.5.9-libpng.patch
deleted file mode 100644
index 8d14cd2bd183..000000000000
--- a/games-sports/xmoto/files/xmoto-0.5.9-libpng.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/xmoto-0.5.7.old/src/image/tim_png.cpp
-+++ b/xmoto-0.5.7/src/image/tim_png.cpp
-@@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #include <string.h>
- #include "tim.h"
- #include "png.h"
-+#include "zlib.h"
-
- /*==============================================================================
- Types
diff --git a/games-sports/xmoto/files/xmoto-0.5.9-utf8.patch b/games-sports/xmoto/files/xmoto-0.5.9-utf8.patch
deleted file mode 100644
index 5a9c5a499f93..000000000000
--- a/games-sports/xmoto/files/xmoto-0.5.9-utf8.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-http://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=778
-
---- src/helpers/utf8.h.orig
-+++ src/helpers/utf8.h
-@@ -18,8 +18,8 @@
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- =============================================================================*/
-
--#ifndef __UTF8_H__
--#define __UTF8_H__
-+#ifndef __XMOTO_UTF8_H__
-+#define __XMOTO_UTF8_H__
-
- #include <vector>
- #include <string>