index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-10-08 18:07:30 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-10-08 18:07:30 +0200 |
commit | ffb509066ae452cd1e136e6afd483eb31fc21ac1 (patch) | |
tree | 8ff900c24e4122ffd6a5de181867cba14e01d397 | |
parent | e626c0f98665a1b20a947b267130f4e3ba7bee5f (diff) |
-rw-r--r-- | blacklist | 1 | ||||
-rw-r--r-- | community/dolphin-emu/PKGBUILD | 6 |
@@ -1,6 +1,5 @@ archiso # the official package does not build an iso on i686 # dmd -# dolphin-emu # embree # has never been an i686 package for arch, but might built for i686, actually gcc-multilib # obviously not needed on i686 # gitlab diff --git a/community/dolphin-emu/PKGBUILD b/community/dolphin-emu/PKGBUILD new file mode 100644 index 00000000..938ee26c --- /dev/null +++ b/community/dolphin-emu/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + s|cmake ..|cmake .. -DENABLE_GENERIC='TRUE'| + ' +)" |