diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:27:30 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:27:30 +0800 |
commit | a6cec0dd9645f08b2e4b2cf125693d26db7aaece (patch) | |
tree | 19221ae10df276280303ec28e152169a86d8fa3e | |
parent | 7b9564376bfd53140f58c6719b26d9bd078353ee (diff) | |
download | xorg-devel-ports-a6cec0dd9645f08b2e4b2cf125693d26db7aaece.tar.gz xorg-devel-ports-a6cec0dd9645f08b2e4b2cf125693d26db7aaece.tar.zst xorg-devel-ports-a6cec0dd9645f08b2e4b2cf125693d26db7aaece.zip |
Forgot patch that enables clang to build the mesa stack.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@267 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | graphics/libGL/files/patch-src__mesa__x86-64__xform4.S | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libGL/files/patch-src__mesa__x86-64__xform4.S b/graphics/libGL/files/patch-src__mesa__x86-64__xform4.S new file mode 100644 index 0000000..54485fa --- /dev/null +++ b/graphics/libGL/files/patch-src__mesa__x86-64__xform4.S @@ -0,0 +1,11 @@ +--- src/mesa/x86-64/xform4.S.orig 2011-07-17 12:42:15.000000000 +0200 ++++ src/mesa/x86-64/xform4.S 2011-07-17 12:42:35.000000000 +0200 +@@ -118,7 +118,7 @@ p4_constants: + .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 |