From 1e610f217e6a60d12b58f47b78b5a5d980f2d126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 26 Feb 2018 20:53:32 +0100 Subject: [PATCH] boinc: fix armv[56]* build --- srcpkgs/boinc/patches/arm-not-android.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/boinc/patches/arm-not-android.patch diff --git a/srcpkgs/boinc/patches/arm-not-android.patch b/srcpkgs/boinc/patches/arm-not-android.patch new file mode 100644 index 00000000000..d731fd76ae0 --- /dev/null +++ b/srcpkgs/boinc/patches/arm-not-android.patch @@ -0,0 +1,11 @@ +--- client/whetstone.cpp 2018-01-14 11:07:52.000000000 +0100 ++++ client/whetstone.cpp 2018-02-26 20:49:52.185904752 +0100 +@@ -290,6 +290,8 @@ + return 0; + } + ++#ifdef ANDROID + #if defined(ANDROID_NEON) || defined(ANDROID_VFP) + } + #endif // namespace closure ++#endif