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 --- community/bazel/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'community') 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