SOURCES: SDL-gcc4.patch - updated for 1.2.9 (is the rest still nee...

qboosh qboosh at pld-linux.org
Mon Aug 29 20:54:44 CEST 2005


Author: qboosh                       Date: Mon Aug 29 18:54:44 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.2.9 (is the rest still needed?)

---- Files affected:
SOURCES:
   SDL-gcc4.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/SDL-gcc4.patch
diff -u SOURCES/SDL-gcc4.patch:1.3 SOURCES/SDL-gcc4.patch:1.4
--- SOURCES/SDL-gcc4.patch:1.3	Thu May  5 22:48:43 2005
+++ SOURCES/SDL-gcc4.patch	Mon Aug 29 20:54:39 2005
@@ -472,14 +472,3 @@
  	
  .L_ALIGNED
  	push ecx
---- SDL-1.2.8/include/SDL_endian.h.orig	2004-12-13 08:54:30.000000000 +0100
-+++ SDL-1.2.8/include/SDL_endian.h	2005-05-05 16:41:59.000000000 +0200
-@@ -68,7 +68,7 @@
- #elif defined(__GNUC__) && defined(__x86_64__)
- static __inline__ Uint16 SDL_Swap16(Uint16 x)
- {
--	__asm__("xchgb %b0,%h0" : "=q" (x) :  "0" (x));
-+	__asm__("xchgb %b0,%h0" : "=Q" (x) :  "0" (x));
- 	return x;
- }
- #elif defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__))
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/SDL-gcc4.patch?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list