aboutsummaryrefslogtreecommitdiffstats
path: root/community/virglrenderer/musl-fixes.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 21:19:44 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 08:25:48 -0300
commit0391a2b0401ad2d1731216038e926665bf490b9d (patch)
treefd225e74f5727fde092b684a5424ed40d5d55e18 /community/virglrenderer/musl-fixes.patch
parentfede6ed2366cb870636d2b42b73e086dc8e09144 (diff)
downloadaports-0391a2b0401ad2d1731216038e926665bf490b9d.tar.bz2
aports-0391a2b0401ad2d1731216038e926665bf490b9d.tar.xz
community/virglrenderer: move from main
Diffstat (limited to 'community/virglrenderer/musl-fixes.patch')
-rw-r--r--community/virglrenderer/musl-fixes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/virglrenderer/musl-fixes.patch b/community/virglrenderer/musl-fixes.patch
new file mode 100644
index 0000000000..2f6c806549
--- /dev/null
+++ b/community/virglrenderer/musl-fixes.patch
@@ -0,0 +1,11 @@
+--- a/src/gallium/include/pipe/p_config.h
++++ b/src/gallium/include/pipe/p_config.h
+@@ -130,7 +130,7 @@
+ * Endian detection.
+ */
+
+-#ifdef __GLIBC__
++#ifdef __linux__
+ #include <endian.h>
+
+ #if __BYTE_ORDER == __LITTLE_ENDIAN