commit 50c89c1
hovercats
·
2024-04-12 06:02:57 +0000 UTC
parent fd264dc
mesa: point to yacc instead of byacc
1 files changed,
+4,
-0
+4,
-0
1@@ -2,6 +2,10 @@
2
3 export DESTDIR="$1"
4
5+# byacc is only installed as yacc
6+sed 's/byacc/yacc/g' meson.build > _
7+mv -f _ meson.build
8+
9 # Fix issues with musl and firefox.
10 # https://bugs.freedesktop.org/show_bug.cgi?id=35268
11 # https://github.com/mesa3d/mesa/commit/9f37c9903b87f86a533bfaffa72f0ecb285b02b2