Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    rab4fdfc r66765fe  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "27d314a269404cb6ebd12c9f5e5247fc">
    10   <!ENTITY webkitgtk-size          "31 MB">
    11   <!ENTITY webkitgtk-buildsize     "1.2 GB (191 MB installed, add 146 MB for GTK-4)">
    12   <!ENTITY webkitgtk-time          "29 SBU (for GTK-3, using parallelism=8, add 28 SBU for GTK-4)">
     9  <!ENTITY webkitgtk-md5sum        "9cf27d88b55e5b8168f4835b17ea6fd0">
     10  <!ENTITY webkitgtk-size          "33 MB">
     11  <!ENTITY webkitgtk-buildsize     "1.2 GB (195 MB installed, add 148 MB for GTK-4)">
     12  <!ENTITY webkitgtk-time          "23 SBU (for GTK-3, using parallelism=8, add 22 SBU for GTK-4)">
    1313]>
    1414
     
    167167    </important>
    168168
    169 <!--
    170     <para>
    171       First, fix a build failure caused by libxml2-2.12.x:
    172     </para>
    173 
    174 <screen><userinput remap="pre">patch -Np1 -i ../webkitgtk-&webkitgtk-version;-upstream_fixes-1.patch</userinput></screen>
    175 -->
     169
     170    <!-- https://github.com/WebKit/WebKit/commit/3d53735756 and
     171         https://bugs.webkit.org/show_bug.cgi?id=268739 -->
     172
     173    <para>
     174      First, if you are on a 32-bit machine, fix a build failure:
     175    </para>
     176
     177<screen><userinput remap="pre">case $(uname -m) in
     178   i?86) sed -e '/UNUSED_VARIABLE(t6)/d' \
     179             -e '/UNUSED_VARIABLE(t7)/d' \
     180             -i Source/JavaScriptCore/llint/LowLevelInterpreter.cpp ;;
     181esac</userinput></screen>
    176182
    177183    <para>
Note: See TracChangeset for help on using the changeset viewer.