aboutsummaryrefslogtreecommitdiff
path: root/games/bomberinstinct
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-18 12:03:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-18 12:03:17 +0000
commit51c726522fb5aa42bf699ddbac7b300778b9efa5 (patch)
treeeae40d751abb4636d2304f62b39a04f143e04e86 /games/bomberinstinct
parentdda149dcce02a594e70ebea323ac6756f4cfbe61 (diff)
downloadports-51c726522fb5aa42bf699ddbac7b300778b9efa5.tar.gz
ports-51c726522fb5aa42bf699ddbac7b300778b9efa5.zip
Notes
Diffstat (limited to 'games/bomberinstinct')
-rw-r--r--games/bomberinstinct/Makefile4
1 files changed, 2 insertions, 2 deletions
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|<SDL/|<|g'