summaryrefslogtreecommitdiff
path: root/debian/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-01-10I need to pass exactly what was pased to DEFINES+=.Lisandro Damián Nicanor Pérez Meyer1-3/+2
Thiago explained me that internally qmake stores them in a QSTringList (actually a ProStringList).
2014-01-10f we are undefining them we don't need to specify the value.Lisandro Damián Nicanor Pérez Meyer1-1/+1
2014-01-10Change latest Dmitry's patch as agreed on IRC.Lisandro Damián Nicanor Pérez Meyer1-26/+4
- Do not disable mips. It seems supported upstream, so the problem here comes from somewhere else. - To be on the safe side, undefine ENABLE_JIT=1 ENABLE_LLINT=1 before defining them to 0. Maybe this is unnecesary, if so, please feel free to tell me ;-)
2014-01-05Add a patch (disable_jit_llint.diff) to disable JIT and llint on ia64, s390, ↵Dmitry Shachnev2-0/+43
sparc and mips.
2013-12-22Backport upstream patch that fixes build failure with bison 3.Dmitry Shachnev2-0/+15
Closes: #731979.
2013-12-17Refresh hurd.diff.Lisandro Damián Nicanor Pérez Meyer1-2/+2
2013-12-17Refresh no_gc_sections.diff.Lisandro Damián Nicanor Pérez Meyer1-2/+2
2013-12-17Refresh 05_sparc_unaligned_access.diff.Lisandro Damián Nicanor Pérez Meyer1-3/+6
2013-07-25Use -gstabs instead of -g in i386 and m68k.Lisandro Damián Nicanor Pérez Meyer1-8/+9
2013-07-14refresh patches.Lisandro Damián Nicanor Pérez Meyer3-8/+6
2013-06-03Drop save_memory.diff, not useful in its current form.Timo Jyrinki2-12/+0
It wasn't logically applied on memory limited architectures (! operator), so at this point apparently the switches are not needed. The other patches are sufficient to keep memory from running out.
2013-05-16Initial commit.Lisandro Damián Nicanor Pérez Meyer7-0/+182
Based on qt5 branch in qtwebkit's repo, but with some changes.