aboutsummaryrefslogtreecommitdiffstats
path: root/community/minetest
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-28 23:43:49 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-28 23:43:49 +0100
commit47d62840a0a17ab1d9abf62acd4542370fe5b7ad (patch)
tree8258e868d6976162c54cfaaf866cea1b08d9a5c7 /community/minetest
parent238b6bccbab3b844079fa109d5cee096b81756d3 (diff)
downloadaports-47d62840a0a17ab1d9abf62acd4542370fe5b7ad.tar.bz2
aports-47d62840a0a17ab1d9abf62acd4542370fe5b7ad.tar.xz
Remove unused patches in community/
These patches are no longer used
Diffstat (limited to 'community/minetest')
-rw-r--r--community/minetest/fix-header-include-namespace.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/minetest/fix-header-include-namespace.patch b/community/minetest/fix-header-include-namespace.patch
deleted file mode 100644
index d2f1cac76c..0000000000
--- a/community/minetest/fix-header-include-namespace.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/porting.h b/src/porting.h
-index 492c9d3..39499ef 100644
---- a/src/porting.h
-+++ b/src/porting.h
-@@ -59,6 +59,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
- #else
- #include <unistd.h>
- #include <stdint.h> //for uintptr_t
-+ #include <sys/time.h>
-+ #include <time.h>
-
- #if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE)
- #define _GNU_SOURCE
-@@ -190,8 +192,6 @@ void initIrrlicht(irr::IrrlichtDevice * );
- }
-
- #else // Posix
--#include <sys/time.h>
--#include <time.h>
- #if defined(__MACH__) && defined(__APPLE__)
- #include <mach/clock.h>
- #include <mach/mach.h>