Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/bazel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bazel/PKGBUILD')
-rw-r--r--extra/bazel/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/bazel/PKGBUILD b/extra/bazel/PKGBUILD
new file mode 100644
index 00000000..7dd96e62
--- /dev/null
+++ b/extra/bazel/PKGBUILD
@@ -0,0 +1,11 @@
+depends=("${depends[@]/java-environment>=8/java-environment=8}")
+
+eval "$(
+ {
+ declare -f prepare || \
+ printf 'prepare() {\n}\n'
+ } \
+ | sed '
+ $i 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
+ '
+)"