svn commit: r382300 - head/games/teeworlds

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 26 12:46:46 UTC 2015


Author: amdmi3
Date: Thu Mar 26 12:46:45 2015
New Revision: 382300
URL: https://svnweb.freebsd.org/changeset/ports/382300
QAT: https://qat.redports.org/buildarchive/r382300/

Log:
  - Remove useless -pthread replace

Modified:
  head/games/teeworlds/Makefile

Modified: head/games/teeworlds/Makefile
==============================================================================
--- head/games/teeworlds/Makefile	Thu Mar 26 12:17:49 2015	(r382299)
+++ head/games/teeworlds/Makefile	Thu Mar 26 12:46:45 2015	(r382300)
@@ -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}"|' \


More information about the svn-ports-head mailing list