From e626c0f98665a1b20a947b267130f4e3ba7bee5f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 8 Oct 2017 16:24:29 +0200 Subject: community/bazel: patching singlejar to build on 32-bit --- blacklist | 1 - community/bazel/PKGBUILD | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/blacklist b/blacklist index 457815e1..6c6273bb 100644 --- a/blacklist +++ b/blacklist @@ -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 +} -- cgit v1.2.3-54-g00ecf