diff options
author | Alex Word <alex_word86@yahoo.com> | 2020-12-18 19:32:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-19 09:40:26 +0700 |
commit | 73a2f3611e0b1a857c9651afb371ed922d17fb84 (patch) | |
tree | 29a19d0d16843e07eeab081a3a1424b9a3619cbb /games/xmoto/gcc-4.7.patch | |
parent | 2d8af6392b79f23bed753136f54c45a12ad5c542 (diff) | |
download | slackbuilds-73a2f3611e0b1a857c9651afb371ed922d17fb84.tar.gz |
games/xmoto: Updated for version 0.6.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xmoto/gcc-4.7.patch')
-rw-r--r-- | games/xmoto/gcc-4.7.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/games/xmoto/gcc-4.7.patch b/games/xmoto/gcc-4.7.patch deleted file mode 100644 index 59a6d8d974..0000000000 --- a/games/xmoto/gcc-4.7.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/helpers/System.cpp 2011-10-11 22:18:14.000000000 +0200 -+++ b/src/helpers/System.cpp 2012-07-21 21:28:40.000000000 +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>; |