diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-28 16:10:11 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-28 16:10:11 +0000 |
commit | e0f5f83fce5416b0fe8c8030cba7510b11f35f2c (patch) | |
tree | d4da9331b11b8868bba9b68bee3e2e2eadce27bf /community/tomahawk/musl-fixes.patch | |
parent | a0ee2862670faefb2926e275237e5e60ecbe75ba (diff) | |
download | aports-e0f5f83fce5416b0fe8c8030cba7510b11f35f2c.tar.bz2 aports-e0f5f83fce5416b0fe8c8030cba7510b11f35f2c.tar.xz |
community/tomahawk: move to unmaintained
project is abandoned
Diffstat (limited to 'community/tomahawk/musl-fixes.patch')
-rw-r--r-- | community/tomahawk/musl-fixes.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/community/tomahawk/musl-fixes.patch b/community/tomahawk/musl-fixes.patch deleted file mode 100644 index 78f72248d7..0000000000 --- a/community/tomahawk/musl-fixes.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./src/libtomahawk/accounts/ResolverAccount.cpp.orig -+++ ./src/libtomahawk/accounts/ResolverAccount.cpp -@@ -44,6 +44,17 @@ - #include <QFileInfo> - #include <QDir> - -+#include <limits.h> -+ -+#ifndef __WORDSIZE -+# if ULONG_MAX == 0xffffffffffffffff -+# define __WORDSIZE 64 -+# elif ULONG_MAX == 0xffffffff -+# define __WORDSIZE 32 -+# endif /* ULONG_MAX */ -+#endif /* __WORDSIZE */ -+ -+ - #define MANUALRESOLVERS_DIR "manualresolvers" - - using namespace Tomahawk; |