From 583d02a19e4b8b0919d6a2039b58508a66229991 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 25 Sep 2018 17:37:01 +0200 Subject: [PATCH] Revert "Add patch" This reverts commit 1348a40191835be8c995c05ca943ed305c099703. --- ...a-bug-with-.-vlc-cache-gen-on-armhfp.patch | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 0001-Workaround-a-bug-with-.-vlc-cache-gen-on-armhfp.patch diff --git a/0001-Workaround-a-bug-with-.-vlc-cache-gen-on-armhfp.patch b/0001-Workaround-a-bug-with-.-vlc-cache-gen-on-armhfp.patch deleted file mode 100644 index c07396e..0000000 --- a/0001-Workaround-a-bug-with-.-vlc-cache-gen-on-armhfp.patch +++ /dev/null @@ -1,25 +0,0 @@ -From d30fc3d6d588d51ab9db67eef753f8d16881f0b4 Mon Sep 17 00:00:00 2001 -From: Nicolas Chauvet -Date: Fri, 21 Sep 2018 15:45:21 +0200 -Subject: [PATCH] Workaround a bug with ./vlc-cache-gen on armhfp - ---- - bin/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/bin/Makefile.am b/bin/Makefile.am -index 2877e8b0ea..521111e734 100644 ---- a/bin/Makefile.am -+++ b/bin/Makefile.am -@@ -142,7 +142,7 @@ endif - ../modules/plugins.dat: vlc-cache-gen$(EXEEXT) - $(AM_V_at)rm -f ../modules/plugins.dat - $(AM_V_GEN)if test "$(build)" = "$(host)"; then \ -- ./vlc-cache-gen$(EXEEXT) `realpath ../modules` ; \ -+ ./vlc-cache-gen$(EXEEXT) `realpath ../modules` || : ; \ - else \ - echo "Cross-compilation: cache generation skipped!" ; \ - fi --- -2.17.1 -