1
0
forked from ports/opt

qtwebengine: updated for gcc 13

This commit is contained in:
Tim Biermann 2023-08-24 22:45:30 +02:00
parent 295b56b789
commit 74724f980f
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/S3vYYvn21FFI47aI7jdXVTQhnTMBpZ8Da+gFBJYokhG59aTAR9VvAuFSWVgl6d5vpqJn1aEUHlTZ5MkdRuZ0w4=
SHA256 (Pkgfile) = 0e3f1891890f536f1cc6d27ca21c950a993f7e6e17ecd49687d1d8d358d14cd7
RWSE3ohX2g5d/a5XGtEqgzRQvXlKbAKDz5xmqoUMoLM7SnREBftd76rUNdOJz13CdmjyGF/8su97+52KVRsULoF1g9TbP6CtdAU=
SHA256 (Pkgfile) = 57deaf6c15043839c6570a1b1e23e3489ffd8cc7db090f7c0b75a4ea5696dbe0
SHA256 (.footprint) = 9c07e0209b90e6d45f593e30c0b5342a594c32de974cc61990189f9e80f4a21a
SHA256 (qtwebengine-5.15.15.tar.gz) = 52ad2c4bbf78ecd636c1c04ccf866b6a3783da03d1cde11d5f27ad68cd082ff6
SHA256 (qtwebengine-chromium-8df91f886e7fffb61408e2426f8a90d763a3b6ea.tar.gz) = 490b5dce724097d8be048b8ef19ea74b8f984510fe5a3f5fef7ac33d563d594a

View File

@ -59,6 +59,11 @@ build() {
done
fi
sed -e 's/\^(?i)/(?i)^/' \
-i src/3rdparty/chromium/tools/metrics/ukm/ukm_model.py &&
sed -e "s/'rU'/'r'/" \
-i src/3rdparty/chromium/tools/grit/grit/util.py
sed -e '/^MODULE_VERSION/s/5.*/5.15.2/' -i .qmake.conf
find -type f -name "*.pr[io]" | \
xargs sed -i -e 's|INCLUDEPATH += |&$$QTWEBENGINE_ROOT/include |'

View File

@ -1,5 +0,0 @@
#!/bin/sh
rm -f footprint.in
mv .footprint footprint.in
grep -v 'icudtl.dat' footprint.in > .footprint
rm -f footprint.in