]> git.pld-linux.org Git - packages/crossmingw32-SDL.git/commitdiff
- amfix patch for automake 1.5 SDL-1_2_2-5 SDL-1_2_2-6 SDL-1_2_2-7 SDL-1_2_3-1 SDL-1_2_3-2 SDL-1_2_3-6 SDL-1_2_3-7
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Oct 2001 22:28:04 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- lpthread patch to link libSDL with -lpthread

Changed files:
    SDL-amfix.patch -> 1.1
    SDL-lpthread.patch -> 1.1

SDL-amfix.patch [new file with mode: 0644]
SDL-lpthread.patch [new file with mode: 0644]

diff --git a/SDL-amfix.patch b/SDL-amfix.patch
new file mode 100644 (file)
index 0000000..44982c3
--- /dev/null
@@ -0,0 +1,10 @@
+--- SDL-1.2.2/configure.in.orig        Mon Jul 23 21:54:03 2001
++++ SDL-1.2.2/configure.in     Fri Oct 19 22:05:53 2001
+@@ -50,6 +50,7 @@
+ AM_PROG_LIBTOOL
+ AC_PROG_MAKE_SET
+ AC_PROG_CC
++AM_PROG_AS
+ AC_C_INLINE
+ AC_C_CONST
+ case "$target" in
diff --git a/SDL-lpthread.patch b/SDL-lpthread.patch
new file mode 100644 (file)
index 0000000..5d01b01
--- /dev/null
@@ -0,0 +1,11 @@
+--- SDL-1.2.2/configure.in.orig        Fri Oct 19 22:09:46 2001
++++ SDL-1.2.2/configure.in     Fri Oct 19 22:16:25 2001
+@@ -979,7 +979,7 @@
+         if test x$use_pthreads = xyes; then
+             CFLAGS="$CFLAGS $pthread_cflags -DSDL_USE_PTHREADS"
+             SDL_CFLAGS="$SDL_CFLAGS $pthread_cflags"
+-            SDL_LIBS="$SDL_LIBS $pthread_lib"
++            SYSTEM_LIBS="$SYSTEM_LIBS $pthread_lib"
+             # Check to see if recursive mutexes are available
+             AC_MSG_CHECKING(for recursive mutexes)
This page took 0.077232 seconds and 4 git commands to generate.