aboutsummaryrefslogtreecommitdiff
path: root/games/teeworlds
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-26 12:46:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-26 12:46:45 +0000
commit7c1bc9ab25a95647576f7fc9d2010a13aedc14e3 (patch)
treeedeb10d71f203c1c8f517f6bd0341ef865d261f5 /games/teeworlds
parentfd88dea19c96552fe5f045ec5d027ce5ae1dd613 (diff)
downloadports-7c1bc9ab25a95647576f7fc9d2010a13aedc14e3.tar.gz
ports-7c1bc9ab25a95647576f7fc9d2010a13aedc14e3.zip
- Remove useless -pthread replace
Notes
Notes: svn path=/head/; revision=382300
Diffstat (limited to 'games/teeworlds')
-rw-r--r--games/teeworlds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile
index fe8fba40f1b2..2643a3028e36 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|; s|^gcc|${CC} ${CFLAGS}|; s|-ldl||g' \
+ @${REINPLACE_CMD} -e 's|-O.||; 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}"|' \