summaryrefslogtreecommitdiff
path: root/games/lbreakout/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2003-01-25 12:09:11 +0000
committerrh <rh@pkgsrc.org>2003-01-25 12:09:11 +0000
commit8848fd4e62127f16e0b7038e08178e7c1d1a1bf2 (patch)
treea88cf1a758da6fa464ac061af324a5a1ddba6718 /games/lbreakout/patches
parent0770db0d9c847e52d5fac4eefe0170e370cb284e (diff)
downloadpkgsrc-8848fd4e62127f16e0b7038e08178e7c1d1a1bf2.tar.gz
Dynamically add -lpth only if PTHREAD_TYPE is "pth".
Bump PKGREVISION.
Diffstat (limited to 'games/lbreakout/patches')
-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/'`