diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-25 18:30:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-25 18:30:25 +0000 |
commit | 0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c (patch) | |
tree | 08cebd342cf36f49f446fb7827a8c58054aa77dc /games/teeworlds | |
parent | 0ae20ec92eea31369620157c6b0d9e9cfa397f4e (diff) |
Notes
Diffstat (limited to 'games/teeworlds')
-rw-r--r-- | games/teeworlds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 08873f27c88a..fe8fba40f1b2 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -54,7 +54,7 @@ DESKTOP_ENTRIES="Teeworlds" \ post-patch: @${REINPLACE_CMD} -e 's|"python "|"${PYTHON_CMD} "|' \ ${WRKSRC}/bam.lua - @${REINPLACE_CMD} -e 's|-O.||; s|-lpthread|${PTHREAD_LIBS}|; s|^gcc|${CC} ${CFLAGS}|; s|-ldl||g' \ + @${REINPLACE_CMD} -e 's|-O.||; s|-lpthread|-pthread|; s|^gcc|${CC} ${CFLAGS}|; s|-ldl||g' \ ${BAM_WRKSRC}/make_unix.sh @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/other/sdl/sdl.lua @${REINPLACE_CMD} -e '/aDirs\[\]/,/}/ s|"/.*"|"${DATADIR}"|' \ |