index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-10-08 16:24:29 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-10-08 16:24:29 +0200 |
commit | e626c0f98665a1b20a947b267130f4e3ba7bee5f (patch) | |
tree | 75279e043335de3ed557608c462d24a50f57c97b | |
parent | 1ea6fbb71009bd22fd54e70643e3ebc32b2bcd05 (diff) |
-rw-r--r-- | blacklist | 1 | ||||
-rw-r--r-- | community/bazel/PKGBUILD | 5 |
@@ -1,5 +1,4 @@ archiso # the official package does not build an iso on i686 -# bazel # dmd # dolphin-emu # embree # has never been an i686 package for arch, but might built for i686, actually diff --git a/community/bazel/PKGBUILD b/community/bazel/PKGBUILD index ea11932f..dbf28e9b 100644 --- a/community/bazel/PKGBUILD +++ b/community/bazel/PKGBUILD @@ -1 +1,6 @@ depends=("${depends[@]/java-environment>=8/java-environment=8}") + +prepare() { + sed -i 's|#error This code for 64 bit Unix|//#error This code for 64 bit Unix|g' \ + ${srcdir}/src/tools/singlejar/mapped_file.h +} |