]> git.pld-linux.org Git - packages/SDL.git/blame - SDL-lpthread.patch
- quick workaround for gcc PR21398.
[packages/SDL.git] / SDL-lpthread.patch
CommitLineData
9870d18a
JB
1--- SDL-1.2.2/configure.in.orig Fri Oct 19 22:09:46 2001
2+++ SDL-1.2.2/configure.in Fri Oct 19 22:16:25 2001
3@@ -979,7 +979,7 @@
4 if test x$use_pthreads = xyes; then
5 CFLAGS="$CFLAGS $pthread_cflags -DSDL_USE_PTHREADS"
6 SDL_CFLAGS="$SDL_CFLAGS $pthread_cflags"
7- SDL_LIBS="$SDL_LIBS $pthread_lib"
8+ SYSTEM_LIBS="$SYSTEM_LIBS $pthread_lib"
9
10 # Check to see if recursive mutexes are available
11 AC_MSG_CHECKING(for recursive mutexes)
This page took 0.031554 seconds and 4 git commands to generate.