[med-svn] r22834 - trunk/packages/plink/trunk/debian/patches

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Tue Oct 11 20:17:31 UTC 2016


Author: bob.dybian-guest
Date: 2016-10-11 20:17:30 +0000 (Tue, 11 Oct 2016)
New Revision: 22834

Modified:
   trunk/packages/plink/trunk/debian/patches/30_endiandetection.patch
Log:
Refresh patch


Modified: trunk/packages/plink/trunk/debian/patches/30_endiandetection.patch
===================================================================
--- trunk/packages/plink/trunk/debian/patches/30_endiandetection.patch	2016-10-11 15:22:59 UTC (rev 22833)
+++ trunk/packages/plink/trunk/debian/patches/30_endiandetection.patch	2016-10-11 20:17:30 UTC (rev 22834)
@@ -4,9 +4,9 @@
 Forwarded: Shaun Purcell <plink at chgr.mgh.harvard.edu>
 License: same as plink itself.
 ===================================================================
---- plink-1.06.orig/Rsrv.h	2009-05-15 03:35:29.000000000 +0100
-+++ plink-1.06/Rsrv.h	2009-05-15 03:35:41.000000000 +0100
-@@ -313,7 +313,18 @@
+--- a/Rsrv.h
++++ b/Rsrv.h
+@@ -321,7 +321,18 @@
  #define __BIG_ENDIAN__ 1
  #define SWAPEND 1
  #elif ! defined Win32 /* Windows is little-endian is most cases, anywhere else we're stuck */
@@ -20,9 +20,9 @@
 +    #warning using big endian based on information from endian.h
 +    #define __BIG_ENDIAN__ 1
 +    #define SWAPEND 1
-+  #else    
++  #else
 +    #error "Cannot determine endianness. Make sure config.h is included or __{BIG|LITTLE}_ENDIAN__ is defined ."
-+  #endif    
++  #endif
  #endif
  
  /* FIXME: all the mess below needs more efficient implementation - the current one is so messy to work around alignment problems on some platforms like Sun and HP 9000 */




More information about the debian-med-commit mailing list