Skip to content

Commit dc6e075

Browse files
committed
linux_and_macos.yml: Stop patching ax_check_gl.m4 for macOS
Homebrew started applying the patch itself by now: Homebrew/homebrew-core#202309 This reverts commit 222b6c4.
1 parent ab111fe commit dc6e075

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,6 @@ jobs:
101101
portaudio \
102102
sdl12-compat
103103
104-
# Patch ax_check_gl.m4 of autoconf-archive 2024.10.16 as needed
105-
# https://github.com/Homebrew/homebrew-core/issues/202234
106-
set -x -o pipefail
107-
ax_check_gl_m4=/usr/local/Cellar/autoconf-archive/2024.10.16/share/aclocal/ax_check_gl.m4
108-
if [[ -e "${ax_check_gl_m4}" ]] && ! grep -qF '[m4_fatal' "${ax_check_gl_m4}" ; then
109-
wget -O- https://github.com/autoconf-archive/autoconf-archive/commit/427e226a2fe3980388abffd6de25ed6b9591cce3.patch \
110-
| sudo patch -N "${ax_check_gl_m4}"
111-
fi
112-
113104
- name: Setting dynamic environment variables
114105
run: |-
115106
set -x

0 commit comments

Comments
 (0)