From: Jakub Bogusz Date: Fri, 19 Oct 2001 22:28:04 +0000 (+0000) Subject: - amfix patch for automake 1.5 X-Git-Tag: SDL-1_2_2-5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossmingw32-SDL.git;a=commitdiff_plain;h=d0bfa2414ecb11a4d24f59a284a5bbc44e4a3764 - amfix patch for automake 1.5 - lpthread patch to link libSDL with -lpthread Changed files: SDL-amfix.patch -> 1.1 SDL-lpthread.patch -> 1.1 --- diff --git a/SDL-amfix.patch b/SDL-amfix.patch new file mode 100644 index 0000000..44982c3 --- /dev/null +++ b/SDL-amfix.patch @@ -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 index 0000000..5d01b01 --- /dev/null +++ b/SDL-lpthread.patch @@ -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)