mesa: more include fixes

mostly from void-linux (thanks!)
This commit is contained in:
Will Dietz
2018-07-18 09:41:21 -05:00
parent c0beb48fa7
commit 06de6dc71b
3 changed files with 56 additions and 12 deletions

View File

@@ -92,7 +92,7 @@ let self = stdenv.mkDerivation {
patches = [
./glx_ro_text_segm.patch # fix for grsecurity/PaX
./symlink-drivers.patch
./missing-include.patch # dev_t needs sys/stat.h, fixes build w/musl
./missing-includes.patch # dev_t needs sys/stat.h, time_t needs time.h, etc.-- fixes build w/musl
];
outputs = [ "out" "dev" "drivers" "osmesa" ];