aports/testing/nx-libs/fix-musl-headers-x86.patch
Carlo Landmeter a39e19f964 unmaintained/[multiple] move back packages to testing
move back packages that are depends of other packages in testing
2016-08-26 11:10:07 +02:00

12 lines
317 B
Diff

--- ./nx-X11/extras/Mesa/src/mesa/main/glheader.h.orig
+++ ./nx-X11/extras/Mesa/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