New upstream version 3.5.99.27
This commit is contained in:
12
nx-X11/extras/Mesa.patches_6.4.2/1001_support_musl
Normal file
12
nx-X11/extras/Mesa.patches_6.4.2/1001_support_musl
Normal file
@@ -0,0 +1,12 @@
|
||||
make compilation work on any non-linux glibc system. See ArcticaProject/nx-libs#975
|
||||
--- a/src/mesa/main/glheader.h
|
||||
+++ b/src/mesa/main/glheader.h
|
||||
@@ -62,7 +62,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
-#if defined(__linux__) && defined(__i386__)
|
||||
+#if defined(__GLIBC__) && defined(__i386__)
|
||||
#include <fpu_control.h>
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user