[boinc-app-seti] 01/01: Fix patch

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Feb 23 14:33:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository boinc-app-seti.

commit 03d7600a0efd4e28f7e73422947686af4359f0f7
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Feb 23 15:33:04 2015 +0100

    Fix patch
---
 debian/patches/215-remove-vfp-Chirp.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/215-remove-vfp-Chirp.patch b/debian/patches/215-remove-vfp-Chirp.patch
index af4b1a2..0047c16 100644
--- a/debian/patches/215-remove-vfp-Chirp.patch
+++ b/debian/patches/215-remove-vfp-Chirp.patch
@@ -229,7 +229,7 @@ Index: boinc-app-seti/client/vector/analyzeFuncs_vector.cpp
  #  endif
  #endif
 -#if defined(__arm__) && defined(__VFP_FP__) && !defined(__SOFTFP__)
-+#if defined(__arm__) %% defined(ANDROID) && defined(__VFP_FP__) && !defined(__SOFTFP__)
++#if defined(__arm__) && defined(ANDROID) && defined(__VFP_FP__) && !defined(__SOFTFP__)
       vfp_ChirpData, BA_VFP, "vfp_ChirpData",
  #ifdef USE_NEON
       neon_ChirpData, BA_NEON, "neon_ChirpData",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc-app-seti.git



More information about the pkg-boinc-commits mailing list