From 1e83db964b5ceb8fc6f1e8cf09a32048e8d1ad19 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 30 Dec 2016 21:16:38 -0800 Subject: [PATCH] Fix Mesa compatibility with clang --- xorg/X11R7.6/Mesa-7.10.3.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xorg/X11R7.6/Mesa-7.10.3.patch diff --git a/xorg/X11R7.6/Mesa-7.10.3.patch b/xorg/X11R7.6/Mesa-7.10.3.patch new file mode 100644 index 00000000..5171d388 --- /dev/null +++ b/xorg/X11R7.6/Mesa-7.10.3.patch @@ -0,0 +1,11 @@ +--- a/src/mesa/x86-64/xform4.S ++++ b/src/mesa/x86-64/xform4.S +@@ -118,7 +118,7 @@ + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 +-.float 0f+1.0 ++.float 1.0 + + .text + .align 16