diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-18 12:03:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-18 12:03:17 +0000 |
commit | 51c726522fb5aa42bf699ddbac7b300778b9efa5 (patch) | |
tree | eae40d751abb4636d2304f62b39a04f143e04e86 /games/bomberinstinct | |
parent | dda149dcce02a594e70ebea323ac6756f4cfbe61 (diff) | |
download | ports-51c726522fb5aa42bf699ddbac7b300778b9efa5.tar.gz ports-51c726522fb5aa42bf699ddbac7b300778b9efa5.zip |
Notes
Diffstat (limited to 'games/bomberinstinct')
-rw-r--r-- | games/bomberinstinct/Makefile | 4 |
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' |