aboutsummaryrefslogtreecommitdiff
path: root/games/passage
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-25 18:30:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-25 18:30:25 +0000
commit0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c (patch)
tree08cebd342cf36f49f446fb7827a8c58054aa77dc /games/passage
parent0ae20ec92eea31369620157c6b0d9e9cfa397f4e (diff)
downloadports-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.tar.gz
ports-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.zip
Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports
Notes
Notes: svn path=/head/; revision=382258
Diffstat (limited to 'games/passage')
-rw-r--r--games/passage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/passage/Makefile b/games/passage/Makefile
index 8a22db92b3a0..e68eb9751e26 100644
--- a/games/passage/Makefile
+++ b/games/passage/Makefile
@@ -19,7 +19,7 @@ PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
post-patch:
- @${REINPLACE_CMD} -e 's|^\(PLATFORM_LINK_FLAGS =\).*|\1 ${PTHREAD_LIBS}|' \
+ @${REINPLACE_CMD} -e 's|^\(PLATFORM_LINK_FLAGS =\).*|\1 -pthread|' \
${WRKSRC}/Makefile.GnuLinux
@${REINPLACE_CMD} -e 's|"graphics"|"${DATADIR}/graphics"|' \
${WRKSRC}/common.cpp