qt511.qtbase: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-05 00:49:42 +01:00
parent f101597527
commit 1b6e97e82b

View File

@@ -53,6 +53,10 @@ let
qtbase = [
./qtbase.patch
./qtbase-fixguicmake.patch
(fetchpatch {
url = "https://code.qt.io/cgit/qt/qtbase.git/patch/?id=a52d7861edfb5956";
sha256 = "0as047qybh6w9xz2wd569kixwsibj3qid5nkd3l5w5v3lk80af3v";
})
];
qtdeclarative = [ ./qtdeclarative.patch ];
qtscript = [