aboutsummaryrefslogtreecommitdiff
path: root/extra/webkit2gtk/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-xextra/webkit2gtk/build3
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/webkit2gtk/build b/extra/webkit2gtk/build
index df726ff0..ffbbe15f 100755
--- a/extra/webkit2gtk/build
+++ b/extra/webkit2gtk/build
@@ -12,9 +12,6 @@ cpt-list openjpeg2 >/dev/null 2>&1 && jpeg=ON
# Enable webcrypto if libtasn1 is installed.
cpt-list libtasn1 >/dev/null 2>&1 && libtasn=ON
-patch -p1 < fix-musl.patch
-patch -p1 < icu-69.patch
-
# Remove gettext requirement.
sed_i 's/ngettext/printf/g' Tools/MiniBrowser/gtk/BrowserDownloadsBar.c
sed_i '/po_files \*\.po/d' Source/WebCore/platform/gtk/po/CMakeLists.txt