diff options
author | JK Wood <joshuakwood@gmail.com> | 2020-12-25 11:31:24 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 00:08:26 -0500 |
commit | c5cddbd491d62bd54405bcf506570d214b03068e (patch) | |
tree | 07465dac63100dd6ceab5503194e8962ebae23f1 /games/widelands/widelands-gcc47.patch | |
parent | ccf23e4bf20e36022bd1e200af04496e33b87409 (diff) |
games/widelands: Updated for version build21.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/widelands/widelands-gcc47.patch')
-rw-r--r-- | games/widelands/widelands-gcc47.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/widelands/widelands-gcc47.patch b/games/widelands/widelands-gcc47.patch deleted file mode 100644 index 9ea19c3571dbf..0000000000000 --- a/games/widelands/widelands-gcc47.patch +++ /dev/null @@ -1,12 +0,0 @@ -=== modified file 'src/main.cc' ---- src/main.cc 2012-02-15 21:25:34 +0000 -+++ src/main.cc 2012-05-02 07:43:01 +0000 -@@ -28,6 +28,7 @@ - #include <iostream> - #include <stdexcept> - #include <typeinfo> -+#include <unistd.h> - - #include <SDL_main.h> - - |