summary refs log tree commit diff
path: root/pkgs/games/minetest/fix_wordsize_confusion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/minetest/fix_wordsize_confusion.patch')
-rw-r--r--pkgs/games/minetest/fix_wordsize_confusion.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/games/minetest/fix_wordsize_confusion.patch b/pkgs/games/minetest/fix_wordsize_confusion.patch
deleted file mode 100644
index 9540a434daf..00000000000
--- a/pkgs/games/minetest/fix_wordsize_confusion.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -17,6 +17,7 @@
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
- 
-+#include <cstdint>
- #include "irrlicht.h" // createDevice
- #include "irrlichttypes_extrabloated.h"
- #include "chat_interface.h"