vapier      15/04/29 01:58:05

  Modified:             netpbm-10.66-wordaccess_be_aligned.patch
  Log:
  Add metadata from upstream svn to the patch #547252 by Jack Morgan.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  
media-libs/netpbm/files/netpbm-10.66-wordaccess_be_aligned.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/netpbm/files/netpbm-10.66-wordaccess_be_aligned.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/netpbm/files/netpbm-10.66-wordaccess_be_aligned.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/netpbm/files/netpbm-10.66-wordaccess_be_aligned.patch?r1=1.1&r2=1.2

Index: netpbm-10.66-wordaccess_be_aligned.patch
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/netpbm/files/netpbm-10.66-wordaccess_be_aligned.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- netpbm-10.66-wordaccess_be_aligned.patch    28 Apr 2015 03:04:13 -0000      
1.1
+++ netpbm-10.66-wordaccess_be_aligned.patch    29 Apr 2015 01:58:05 -0000      
1.2
@@ -1,7 +1,17 @@
-diff --git a/lib/util/wordaccess_be_aligned.h 
b/lib/util/wordaccess_be_aligned.h
-index 0d5809e..f3bbb84 100644
---- a/lib/util/wordaccess_be_aligned.h.orig
-+++ b/lib/util/wordaccess_be_aligned.h
+https://bugs.gentoo.org/547252
+
+------------------------------------------------------------------------
+r2395 | giraffedata | 2015-01-23 13:51:17 -0500 (Fri, 23 Jan 2015) | 1 line
+
+Fix syntax error
+
+build: fix compile failure in wordint_access_be.h with
+Bigendian target platforms.
+
+Index: trunk/lib/util/wordaccess_be_aligned.h
+===================================================================
+--- trunk/lib/util/wordaccess_be_aligned.h     (revision 2394)
++++ trunk/lib/util/wordaccess_be_aligned.h     (revision 2395)
 @@ -24,7 +24,7 @@ bytesToWordint(wordintBytes bytes) {
  static __inline__ void
  wordintToBytes(wordintBytes * const bytesP,
@@ -10,4 +20,4 @@
 +    uint16_t const hi = ((wordInt >> 48) & 0xFF);
      uint16_t const mh = ((wordInt >> 32) & 0xFF);
      uint16_t const ml = ((wordInt >> 24) & 0xFF);
-     uint16_t const lo = ((wordInt >>  0) & 0xFF); 
+     uint16_t const lo = ((wordInt >>  0) & 0xFF);




Reply via email to