From 03f8786bc6ea253ed08726b5be3cfcd6a66cca30 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 29 Oct 2018 13:38:40 +0100 Subject: community/squashfs-tools: remove obsolete patch --- community/squashfs-tools/PKGBUILD | 10 --------- .../squashfs-tools-4.3-sysmacros.patch | 24 ---------------------- 2 files changed, 34 deletions(-) delete mode 100644 community/squashfs-tools/PKGBUILD delete mode 100644 community/squashfs-tools/squashfs-tools-4.3-sysmacros.patch diff --git a/community/squashfs-tools/PKGBUILD b/community/squashfs-tools/PKGBUILD deleted file mode 100644 index df02d5af..00000000 --- a/community/squashfs-tools/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# see FS#60439 - -source+=(squashfs-tools-4.3-sysmacros.patch) -sha512sums+=('ba228d0c8e86a6a07bab9992c2484d66b1b414eb7509e0705d1bf2721486e2e4f39ed0902e257ea592107bfa8b749ee95a8360919939913ad97130277171b9a0') - -prepare() { - cd "$srcdir"/squashfs${pkgver} - patch -p1 < ../squashfs-tools-4.3-sysmacros.patch -} - diff --git a/community/squashfs-tools/squashfs-tools-4.3-sysmacros.patch b/community/squashfs-tools/squashfs-tools-4.3-sysmacros.patch deleted file mode 100644 index 14246b4a..00000000 --- a/community/squashfs-tools/squashfs-tools-4.3-sysmacros.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -rauN squashfs4.3/squashfs-tools/mksquashfs.c squashfs4.3-sysmacros-patch/squashfs-tools/mksquashfs.c ---- squashfs4.3/squashfs-tools/mksquashfs.c 2014-05-13 00:18:20.000000000 +0200 -+++ squashfs4.3-sysmacros-patch/squashfs-tools/mksquashfs.c 2018-10-26 21:25:02.550480701 +0200 -@@ -59,6 +59,7 @@ - #else - #include - #include -+#include - #endif - - #include "squashfs_fs.h" -diff -rauN squashfs4.3/squashfs-tools/unsquashfs.c squashfs4.3-sysmacros-patch/squashfs-tools/unsquashfs.c ---- squashfs4.3/squashfs-tools/unsquashfs.c 2014-05-13 00:18:35.000000000 +0200 -+++ squashfs4.3-sysmacros-patch/squashfs-tools/unsquashfs.c 2018-10-26 21:25:27.830242229 +0200 -@@ -37,6 +37,9 @@ - #include - #include - #include -+#ifdef linux -+#include -+#endif - - struct cache *fragment_cache, *data_cache; - struct queue *to_reader, *to_inflate, *to_writer, *from_writer; -- cgit v1.2.3