index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-09-08 11:20:52 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-09-08 11:20:52 +0300 |
commit | 3131024f4f76cc00f72d556d2d070771fb62bda4 (patch) | |
tree | f8da92720c1d9268c8c3c49b2ef23789d6361638 | |
parent | 4f233eda97b41575c2a42dfa1b6521d1dfa3147f (diff) |
-rw-r--r-- | extra/tiled/PKGBUILD | 3 |
diff --git a/extra/tiled/PKGBUILD b/extra/tiled/PKGBUILD new file mode 100644 index 00000000..e49e6848 --- /dev/null +++ b/extra/tiled/PKGBUILD @@ -0,0 +1,3 @@ +if [[ $CARCH == pentium4 ]]; then + eval "$(declare -f build | sed 's@qbs@qbs modules.cpp.cxxFlags:"-msse2"@')" +fi |