QT: Fix build for architectures using generic atomics
authorMischa Jonker <mischa.jonker@synopsys.com>
Sun, 4 Nov 2012 01:16:14 +0000 (01:16 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Nov 2012 12:07:52 +0000 (13:07 +0100)
commit19b18527d763e7ef19dec1ca749fdc43729bbfc0
treee5eb03dc1b1fac8618d91dac1084a5d44922cabe
parent9d8dd5ee62ed1b6fb04cbc51c0073b2e4815c205
QT: Fix build for architectures using generic atomics

The problem has to do with const-correctness. This has been resolved
for various architectures, but not for the generic case.

Signed-off-by: Mischa Jonker <mischa.jonker@synopsys.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/qt-fix-const-atomics.patch [new file with mode: 0644]