]> git.pld-linux.org Git - packages/crossmingw32-SDL.git/commitdiff
- updated for 1.2.7 SDL-1_2_7-1 auto/ac/SDL-1_2_7-1 auto/ac/SDL-1_2_8-4 auto/ac/SDL-1_2_9-1 auto/ac/SDL-1_2_9-2 auto/th/SDL-1_2_10-0_051030_1 auto/th/SDL-1_2_10-0_051030_2 auto/th/SDL-1_2_10-0_051030_3 auto/th/SDL-1_2_8-2 auto/th/SDL-1_2_8-3 auto/th/SDL-1_2_8-4
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Feb 2004 22:32:59 +0000 (22:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL-mmx-constraints.patch -> 1.2
    SDL-no_rpath_in_sdl-config.patch -> 1.3

SDL-mmx-constraints.patch
SDL-no_rpath_in_sdl-config.patch

index e4dc8e31e0da8c7c4adfc36875c847afbbe9cab7..02aae367acf248cce67ad72c43e36a15650890a9 100644 (file)
@@ -1,5 +1,5 @@
---- SDL-1.2.6/src/video/mmx.h.orig     2003-08-22 07:51:19.000000000 +0200
-+++ SDL-1.2.6/src/video/mmx.h  2003-11-09 13:49:35.270218296 +0100
+--- SDL-1.2.7/src/video/mmx.h.orig     2003-08-22 07:51:19.000000000 +0200
++++ SDL-1.2.7/src/video/mmx.h  2003-11-09 13:49:35.270218296 +0100
 @@ -246,15 +246,37 @@
                printf(#op "_i2r(" #imm "=0x%08x%08x, ", \
                        mmx_trace.d[1], mmx_trace.d[0]); \
  #define       mmx_m2r(op, mem, reg) \
        __asm__ __volatile__ (#op " %0, %%" #reg \
                              : /* nothing */ \
--                            : "X" (mem))
-+                            : "m" (mem))
+                             : "m" (mem))
 +
 +/* 32 bits or less */
 +#define       mmx_r2m32(op, reg, mem) \
index 8b92a4c453f94ae3de88aee4a16a08985593582a..06f401af979541759804896807a3274c7632f22e 100644 (file)
@@ -1,11 +1,17 @@
---- SDL-1.2.4/sdl-config.in~   Thu Oct 10 17:46:46 2002
-+++ SDL-1.2.4/sdl-config.in    Thu Oct 10 17:46:46 2002
-@@ -48,7 +48,7 @@
-       echo $includes -I@includedir@/SDL @SDL_CFLAGS@
+--- SDL-1.2.7/sdl-config.in.orig       2004-02-18 18:21:55.000000000 +0100
++++ SDL-1.2.7/sdl-config.in    2004-02-27 23:00:09.602808160 +0100
+@@ -51,12 +51,12 @@
+       #echo $includes -I@includedir@/SDL @SDL_CFLAGS@
        ;;
- @ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@    --libs|--static-libs)
--@ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@      libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
-+@ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@      libdirs="-L@libdir@"
- @ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@      echo $libdirs @SDL_LIBS@ @SHARED_SYSTEM_LIBS@
- @ENABLE_SHARED_TRUE@@ENABLE_STATIC_TRUE@      ;;
+ @ENABLE_SHARED_TRUE@    --libs)
+-@ENABLE_SHARED_TRUE@      libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
++@ENABLE_SHARED_TRUE@      libdirs="-L@libdir@"
+ @ENABLE_SHARED_TRUE@      echo $libdirs @SDL_LIBS@ @SHARED_SYSTEM_LIBS@
+ @ENABLE_SHARED_TRUE@      ;;
+ @ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@    --static-libs)
+ @ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@    --libs|--static-libs)
+-@ENABLE_STATIC_TRUE@      libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
++@ENABLE_STATIC_TRUE@      libdirs="-L@libdir@"
+ @ENABLE_STATIC_TRUE@      echo $libdirs @SDL_STATIC_LIBS@ @STATIC_SYSTEM_LIBS@
+ @ENABLE_STATIC_TRUE@      ;;
      *)
This page took 0.088999 seconds and 4 git commands to generate.