diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-12 19:49:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-12 19:49:52 +0300 |
commit | 95e176f842a89b38fd00fb23642cd0362b5316e6 (patch) | |
tree | d6fba9a09535a35109c71b45ba61ef7fe8ec7eb5 /extra/webkit2gtk/build | |
parent | e7bb356d203529f2d1f1ba32bb36dae96e2aaca6 (diff) | |
download | repository-95e176f842a89b38fd00fb23642cd0362b5316e6.tar.gz |
webkit2gtk: bump to 2.32.1
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-x | extra/webkit2gtk/build | 3 |
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 |