1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/quakeforge/files/patch-ab
Maxim Sobolev 23dea21c8f OOPS, forgot patches ...
PR:		ports/18090
2000-05-18 09:41:57 +00:00

12 lines
413 B
Plaintext

--- configure.in.orig Thu Mar 30 17:32:37 2000
+++ configure.in Thu Mar 30 17:32:45 2000
@@ -335,7 +335,7 @@
dnl Make sure -lpthread works (for SDL)
if test "x$HAS_SDL" = xyes; then
AC_CHECK_LIB(pthread, pthread_exit ,SDL_LIBS="$SDL_LIBS -lpthread"
- HAS_SDL=yes, HAS_SDL=no, [$SDL_LIBS])
+ HAS_SDL=yes, HAS_SDL=yes, [$SDL_LIBS])
fi
if test "x$HAS_SDL" != xyes; then
SDL_CFLAGS="" SDL_LIBS=""