aboutsummaryrefslogtreecommitdiffstats
path: root/community/tint2
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:19:19 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:19:19 +0100
commit7b666d29c84d5cad788815a1c9133a5c38c5f410 (patch)
tree7e0e9f567ea66bc0c2629499454d07545f6d674b /community/tint2
parentc10f2d9b183c51fddfcb61024d01a5bd21197694 (diff)
downloadaports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.bz2
aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.xz
Remove stale patches in community/
Diffstat (limited to 'community/tint2')
-rw-r--r--community/tint2/musl-fixes.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/tint2/musl-fixes.patch b/community/tint2/musl-fixes.patch
deleted file mode 100644
index 6d1aeee7b4..0000000000
--- a/community/tint2/musl-fixes.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/util/common.c.orig 2016-01-29 08:21:02.000701749 +0100
-+++ src/util/common.c 2016-01-29 08:21:49.545577920 +0100
-@@ -38,9 +38,12 @@
- #include <sys/time.h>
- #include <sys/resource.h>
- #include <errno.h>
--#include <sys/sysctl.h>
- #include <dirent.h>
-
-+#if !defined(__linux__) || defined(__linux__) && defined(__GLIBC__)
-+#include <sys/sysctl.h>
-+#endif
-+
- #ifdef HAVE_RSVG
- #include <librsvg/rsvg.h>
- #endif