From 8848fd4e62127f16e0b7038e08178e7c1d1a1bf2 Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 25 Jan 2003 12:09:11 +0000 Subject: Dynamically add -lpth only if PTHREAD_TYPE is "pth". Bump PKGREVISION. --- games/lbreakout/patches/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/lbreakout/patches') 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/'` -- cgit v1.2.3