Merge pull request #177101 from trofi/fix-fno-common-for-xorg.xf86videoxgi

xorg.xf86videoxgi: pull upstream fix for -fno-common toolchains
This commit is contained in:
Sergei Trofimovich 2022-06-13 21:58:02 +00:00 committed by GitHub
commit 5179c4078b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
})
];
});