[med-svn] r9542 - trunk/packages/gdcm/trunk/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Thu Feb 2 07:52:04 UTC 2012


Author: malat-guest
Date: 2012-02-02 07:52:04 +0000 (Thu, 02 Feb 2012)
New Revision: 9542

Modified:
   trunk/packages/gdcm/trunk/debian/patches/kfreebsdfix.patch
Log:
remove trailing pipe symbol

Modified: trunk/packages/gdcm/trunk/debian/patches/kfreebsdfix.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/kfreebsdfix.patch	2012-02-02 07:28:44 UTC (rev 9541)
+++ trunk/packages/gdcm/trunk/debian/patches/kfreebsdfix.patch	2012-02-02 07:52:04 UTC (rev 9542)
@@ -32,13 +32,13 @@
 Index: gdcm-2.2.0/Utilities/socketxx/socket++/sockstream.h
 ===================================================================
 --- gdcm-2.2.0.orig/Utilities/socketxx/socket++/sockstream.h	2012-02-01 14:51:59.000000000 +0100
-+++ gdcm-2.2.0/Utilities/socketxx/socket++/sockstream.h	2012-02-01 14:52:04.000000000 +0100
++++ gdcm-2.2.0/Utilities/socketxx/socket++/sockstream.h	2012-02-02 08:50:13.000000000 +0100
 @@ -165,7 +165,7 @@
              msg_peek            = MSG_PEEK,
              msg_dontroute    = MSG_DONTROUTE
  
 -#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
-+#if !(defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ||| defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
++#if !(defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
              ,msg_maxiovlen    = MSG_MAXIOVLEN
  #endif
          };




More information about the debian-med-commit mailing list