From b15a34e64c669357cb61071d10dee2ba484a049d Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 18 Jul 2001 12:03:17 +0000 Subject: Pass PTHREAD_CFLAGS/PTHREAD_LIBS to the configure - this should fix the port on -stable. Submitted by: bento --- games/bomberinstinct/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile index b18c2c100bfb..75f74361a077 100644 --- a/games/bomberinstinct/Makefile +++ b/games/bomberinstinct/Makefile @@ -22,8 +22,8 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" pre-patch: @find ${WRKSRC} -name "*.[ch]" | xargs ${PERL} -pi -e 's|