From: Aaron M. Ucko Date: Sat, 11 Jun 2011 00:30:24 +0000 (+0000) Subject: debian/patches/support_other_cpus: belatedly add a descriptive header. X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~325 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b90ea2496cd3d0bb55e9d96cb4fcd62b7864bcbe;p=ncbi-blast%2B.git debian/patches/support_other_cpus: belatedly add a descriptive header. --- diff --git a/debian/changelog b/debian/changelog index 4148525a..e7f70eb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ ncbi-blast+ (2.2.25-4) UNRELEASED; urgency=low * NOT YET RELEASED. * Team upload. + * debian/patches/support_other_cpus: belatedly add a descriptive header. - -- Aaron M. Ucko Fri, 10 Jun 2011 20:29:14 -0400 + -- Aaron M. Ucko Fri, 10 Jun 2011 20:30:19 -0400 ncbi-blast+ (2.2.25-3) unstable; urgency=low diff --git a/debian/patches/support_other_cpus b/debian/patches/support_other_cpus index c84224c6..e8ae1e7e 100644 --- a/debian/patches/support_other_cpus +++ b/debian/patches/support_other_cpus @@ -1,3 +1,11 @@ +Subject: build correctly on architectures that wound up w/NCBI_SLOW_ATOMIC_SWAP + +* include/corelib/impl/ncbi_atomic_defs.h, include/corelib/ncbiatomic.h: + fix powerpc detection, which previously only worked under Darwin. +* src/objects/seq/seq_id_*.hpp: move sx_GetSeqIdMutex to join its users. + +Author: Aaron M. Ucko +Last-Update: 2011-06-08 Index: b/c++/include/corelib/impl/ncbi_atomic_defs.h =================================================================== --- a/c++/include/corelib/impl/ncbi_atomic_defs.h 2011-06-08 20:26:07.000000000 -0400