K 10 svn:author V 6 rakuco K 8 svn:date V 27 2013-05-15T13:56:55.080526Z K 7 svn:log V 563 Add the patch from r317896 to qt4-svg too per miwi's request. From r318239: These ports which previously failed to build with clang-i386 use their private copies of the qsimd_p.h header, since this private header is not installed at all (which, in turns, makes the PORTREVISION bump in qt4-corelib quite useless). We thus need to add a copy of the same patch to all these ports to make sure the qsim_p.h they use when being built is actually the one we want. Hopefully this gets miwi happy and people on clang-i386 can build these ports again. END