From 267fad119fd4486b3a773b48affbd37284e61c68 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Fri, 4 Feb 2022 16:21:28 +0100 Subject: minetest: remove unused patches --- pkgs/games/minetest/disable_fixup.patch | 10 ---------- pkgs/games/minetest/fix_wordsize_confusion.patch | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100644 pkgs/games/minetest/disable_fixup.patch delete mode 100644 pkgs/games/minetest/fix_wordsize_confusion.patch (limited to 'pkgs/games/minetest') diff --git a/pkgs/games/minetest/disable_fixup.patch b/pkgs/games/minetest/disable_fixup.patch deleted file mode 100644 index 1c378d7f83f..00000000000 --- a/pkgs/games/minetest/disable_fixup.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -802,7 +802,6 @@ - install(CODE " - set(BU_CHMOD_BUNDLE_ITEMS ON) - include(BundleUtilities) -- fixup_bundle(\"\${CMAKE_INSTALL_PREFIX}/${BUNDLE_PATH}\" \"\" \"\${CMAKE_INSTALL_PREFIX}/${BINDIR}\") - " COMPONENT Runtime) - endif() - 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 - #include "irrlicht.h" // createDevice - #include "irrlichttypes_extrabloated.h" - #include "chat_interface.h" -- cgit 1.4.1