From d152d28e48bb02d7b8b0b57c7df8f24f6af8e3df Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Tue, 25 Sep 2012 08:44:44 +0000 Subject: [PATCH] add patch for arm/mips FTBS --- debian/changelog | 7 +++++++ debian/patches/fix_arm_mips_build | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 debian/patches/fix_arm_mips_build diff --git a/debian/changelog b/debian/changelog index 9950d907..1c627cfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ncbi-blast+ (2.2.27-2) UNRELEASED; urgency=low + + * debian/patches/fix_arm_mips_build: Fix FTBS on ARM and MIPS + (Closes: #688661). + + -- Olivier Sallou Mon, 24 Sep 2012 09:28:29 +0200 + ncbi-blast+ (2.2.27-1) unstable; urgency=low * New upstream release diff --git a/debian/patches/fix_arm_mips_build b/debian/patches/fix_arm_mips_build new file mode 100644 index 00000000..017298a0 --- /dev/null +++ b/debian/patches/fix_arm_mips_build @@ -0,0 +1,19 @@ +Subject: FTBS issue on ARM and MIPS +Descrition: switch NCBI_BIG_TYPE's baseline to Int8 from NCBI_INT8_TYPE + to fix build failures on Linux systems with ARM or MIPS processors, + which have inttypes.h and lack an extra-wide scalar type. + Bug fixed upstream. +Last-Updated: 2012-09-25 +Author: Aaron Ucko +Forwarded: not-needed +--- trunk/c++/include/corelib/ncbitype.h 2012/06/01 19:13:24 54673 ++++ trunk/c++/include/corelib/ncbitype.h 2012/09/24 14:15:47 55773 +@@ -150,7 +150,7 @@ + /* BigScalar + */ + +-#define NCBI_BIG_TYPE NCBI_INT8_TYPE ++#define NCBI_BIG_TYPE Int8 + #define SIZEOF_NCBI_BIG 8 + #if (SIZEOF_LONG_DOUBLE > SIZEOF_NCBI_BIG) + # undef NCBI_BIG_TYPE -- 2.30.2