aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/dejavu
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.8ahze2005-03-143-12/+10
* - Update to 1.7ahze2005-02-144-4/+100
* - Update to 1.6ahze2005-01-194-15/+39
* Update COMMENT to make senseahze2004-12-241-1/+1
* Add dejavuahze2004-12-236-0/+200
Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg)