From 047ea43460a3dd8a1b4661283b922862af6482fb Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 9 Nov 2025 11:02:18 -0800 Subject: =?UTF-8?q?textproc/quarto:=20update=201.7.30=20=E2=86=92=201.9.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../files/patch-repo_package_scripts_common_quarto | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 textproc/quarto/files/patch-repo_package_scripts_common_quarto (limited to 'textproc/quarto/files/patch-repo_package_scripts_common_quarto') diff --git a/textproc/quarto/files/patch-repo_package_scripts_common_quarto b/textproc/quarto/files/patch-repo_package_scripts_common_quarto new file mode 100644 index 000000000000..fafd744ef844 --- /dev/null +++ b/textproc/quarto/files/patch-repo_package_scripts_common_quarto @@ -0,0 +1,20 @@ +--- repo/package/scripts/common/quarto.orig 2025-11-09 18:33:45 UTC ++++ repo/package/scripts/common/quarto +@@ -143,6 +143,8 @@ if [[ $OSTYPE == 'darwin'* ]]; then + UNAME_ARCH=$(uname -m) + if [[ $UNAME_ARCH == "x86_64" ]]; then + ARCH_DIR=x86_64 ++ elif [[ $UNAME_ARCH == "amd64" ]]; then ++ ARCH_DIR=amd64 + elif [[ $UNAME_ARCH == "arm64" ]]; then + ARCH_DIR=aarch64 + else +@@ -155,6 +157,8 @@ else + NIXARCH=$(uname -m) + if [[ $NIXARCH == "x86_64" ]]; then + ARCH_DIR=x86_64 ++ elif [[ $NIXARCH == "amd64" ]]; then ++ ARCH_DIR=amd64 + elif [[ $NIXARCH == "aarch64" ]]; then + ARCH_DIR=aarch64 + else -- cgit v1.2.3