Merge pull request #287977 from trofi/stone-phaser-gcc-13-fix
stone-phaser: fix `gcc-13` build failure
This commit is contained in:
commit
38afef5023
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
|
|||
postPatch = ''
|
||||
patch -d dpf -p 1 -i "$src/resources/patch/DPF-bypass.patch"
|
||||
patchShebangs ./dpf/utils/generate-ttl.sh
|
||||
|
||||
# Fix gcc-13 build failure due to missing includes
|
||||
sed -e '1i #include <cstdint>' -i plugins/stone-phaser/ui/Color.h
|
||||
'';
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
|
Loading…
Reference in a new issue