From: Jakub Bogusz Date: Mon, 29 Aug 2005 18:54:39 +0000 (+0000) Subject: - updated for 1.2.9 (is the rest still needed?) X-Git-Tag: auto/ac/SDL-1_2_9-1~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=bfdb30fe90810f6eef05f88cc1e7c938522da5d4;p=packages%2FSDL.git - updated for 1.2.9 (is the rest still needed?) Changed files: SDL-gcc4.patch -> 1.4 --- diff --git a/SDL-gcc4.patch b/SDL-gcc4.patch index 9966509..ebeba93 100644 --- a/SDL-gcc4.patch +++ b/SDL-gcc4.patch @@ -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__))