diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-30 21:16:38 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2017-01-17 18:10:13 -0800 |
commit | 1e83db964b5ceb8fc6f1e8cf09a32048e8d1ad19 (patch) | |
tree | 3b713091e01b0f72955c88946afd3e125f26d20d | |
parent | 9c83414a9c4bc7c9852260bda3ad13f137c49601 (diff) | |
download | xrdp-proprietary-1e83db964b5ceb8fc6f1e8cf09a32048e8d1ad19.tar.gz xrdp-proprietary-1e83db964b5ceb8fc6f1e8cf09a32048e8d1ad19.zip |
Fix Mesa compatibility with clang
-rw-r--r-- | xorg/X11R7.6/Mesa-7.10.3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |