update patch to match new release
authorOlivier Sallou <osallou@debian.org>
Fri, 21 Nov 2014 17:36:05 +0000 (17:36 +0000)
committerOlivier Sallou <osallou@debian.org>
Fri, 21 Nov 2014 17:36:05 +0000 (17:36 +0000)
debian/patches/hurd_fixes

index 6e8e8f6ba73120648cd87f31fe796bc0f6eb1a61..97b76d66c88260e0221c0db9d2d609eb679827d8 100644 (file)
@@ -9,26 +9,26 @@ Author: Aaron M. Ucko <ucko@debian.org>
 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 @@