xorg.xf86videoxgi: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as: ld: src/xgi_accel.h:125: multiple definition of `Alignment'; src/xgi_accel.h:125: first defined here
This commit is contained in:
parent
fdf46783c7
commit
35f3cb8c6e
1 changed files with 6 additions and 0 deletions
|
@ -900,6 +900,12 @@ self: super:
|
|||
url = "https://cgit.freedesktop.org/xorg/driver/xf86-video-xgi/patch/?id=78d1138dd6e214a200ca66fa9e439ee3c9270ec8";
|
||||
sha256 = "0z3643afgrync280zrp531ija0hqxc5mrwjif9nh9lcnzgnz2d6d";
|
||||
})
|
||||
# Pull upstream fix for -fno-common toolchains.
|
||||
(fetchpatch {
|
||||
name = "fno-common.patch";
|
||||
url = "https://github.com/freedesktop/xorg-xf86-video-xgi/commit/3143bdee580c4d397e21adb0fa35502d4dc8e888.patch";
|
||||
sha256 = "0by6k26rj1xmljnbfd08v90s1f9bkmnf17aclhv50081m83lmm07";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue