firefox: fix for GNU patch

This commit is contained in:
Owen Rafferty 2022-05-07 00:36:21 -05:00
parent 9347913fc6
commit f999e1ccc7
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB

View File

@ -16,12 +16,12 @@
mv x64_True_x86_linux.mozconfig x64_True_x86_linux_True.mozconfig
)
mv widget/gtk/mozwayland/mozwayland.h widget/gtk/wayland/mozwayland.h
for p in no-x11/*.patch *.patch; do
patch -p1 < "$p"
done
mv widget/gtk/mozwayland/mozwayland.h widget/gtk/wayland/mozwayland.h
# Build autoconf 2.13 for Firefox's sole use.
# See: https://bugzilla.mozilla.org/show_bug.cgi?id=104642
(