From d7c2a118deb3a1bef438af9ea23451e08d09a830 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Fri, 9 Jul 2021 17:47:53 +0200 Subject: [PATCH] www/firefox-esr: do not use gnutar over tar archivers/star installs a binary named gnutar which is not sufficiently GNU tar compatible to work with this build scipt. Make sure the build scripts use /usr/bin/tar as a tar program and not some random other command on the system. --- www/firefox-esr/files/patch-pr257063 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/firefox-esr/files/patch-pr257063 diff --git a/www/firefox-esr/files/patch-pr257063 b/www/firefox-esr/files/patch-pr257063 new file mode 100644 index 000000000000..9077e9ed2e9d --- /dev/null +++ b/www/firefox-esr/files/patch-pr257063 @@ -0,0 +1,11 @@ +--- toolkit/moz.configure.orig 2021-07-09 17:26:43.069878000 +0200 ++++ toolkit/moz.configure 2021-07-09 17:26:57.818367000 +0200 +@@ -710,7 +710,7 @@ + # Miscellaneous programs + # ============================================================== + +-check_prog('TAR', ('gnutar', 'gtar', 'tar')) ++check_prog('TAR', ('tar')) + check_prog('UNZIP', ('unzip',)) + check_prog('ZIP', ('zip',)) + check_prog('GN', ('gn',), allow_missing=True) -- 2.31.1