forked from kiss-community/repo
firefox: fix for GNU patch
This commit is contained in:
parent
9347913fc6
commit
f999e1ccc7
@ -16,12 +16,12 @@
|
|||||||
mv x64_True_x86_linux.mozconfig x64_True_x86_linux_True.mozconfig
|
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
|
for p in no-x11/*.patch *.patch; do
|
||||||
patch -p1 < "$p"
|
patch -p1 < "$p"
|
||||||
done
|
done
|
||||||
|
|
||||||
mv widget/gtk/mozwayland/mozwayland.h widget/gtk/wayland/mozwayland.h
|
|
||||||
|
|
||||||
# Build autoconf 2.13 for Firefox's sole use.
|
# Build autoconf 2.13 for Firefox's sole use.
|
||||||
# See: https://bugzilla.mozilla.org/show_bug.cgi?id=104642
|
# See: https://bugzilla.mozilla.org/show_bug.cgi?id=104642
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user