summaryrefslogtreecommitdiff
path: root/games/lbreakout/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/lbreakout/patches/patch-aa')
-rw-r--r--games/lbreakout/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lbreakout/patches/patch-aa b/games/lbreakout/patches/patch-aa
index d5db40e50f1..cf2272c0e29 100644
--- a/games/lbreakout/patches/patch-aa
+++ b/games/lbreakout/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2001/08/15 19:41:45 rh Exp $
+$NetBSD: patch-aa,v 1.3 2003/01/25 12:09:12 rh Exp $
--- configure.orig Thu Mar 15 10:05:08 2001
+++ configure Tue Aug 14 20:05:05 2001
@@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.2 2001/08/15 19:41:45 rh Exp $
else
SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
- SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
-+ SDL_LIBS="`$SDL_CONFIG $sdlconf_args --libs` -lpthread -lpth -lcompat"
++ SDL_LIBS="`$SDL_CONFIG $sdlconf_args --libs` ${PTHREAD_LIBS} -lcompat"
sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`