From: Olivier Sallou Date: Fri, 21 Nov 2014 17:36:05 +0000 (+0000) Subject: update patch to match new release X-Git-Tag: archive/raspbian/2.16.0+ds-7+rpi1~1^2~256 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6310f6292683c43dca87721f4f288ab674c4979;p=ncbi-blast%2B.git update patch to match new release --- diff --git a/debian/patches/hurd_fixes b/debian/patches/hurd_fixes index 6e8e8f6b..97b76d66 100644 --- a/debian/patches/hurd_fixes +++ b/debian/patches/hurd_fixes @@ -9,26 +9,26 @@ Author: Aaron M. Ucko Last-Update: 2011-06-10 --- a/c++/src/build-system/configure +++ b/c++/src/build-system/configure -@@ -5860,7 +5860,7 @@ +@@ -7420,7 +7420,7 @@ solaris* ) CONF_f_runpath="-R" ;; -- linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC ) -+ linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC ) +- linux*:[GI]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC ) ++ linux*:[GI]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC) CONF_f_runpath="-Wl,-rpath," ;; - linux*:ICC ) + irix*:* | linux*:KCC | *:Compaq ) --- a/c++/src/build-system/configure.ac +++ b/c++/src/build-system/configure.ac @@ -1558,7 +1558,7 @@ solaris* ) CONF_f_runpath="-R" ;; -- linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC ) -+ linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC ) +- linux*:[[GI]]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC ) ++ linux*:[[GI]]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC ) CONF_f_runpath="-Wl,-rpath," ;; - linux*:ICC ) + irix*:* | linux*:KCC | *:Compaq ) --- a/c++/src/connect/ncbi_socket_cxx.cpp +++ b/c++/src/connect/ncbi_socket_cxx.cpp @@ -35,7 +35,7 @@