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/passage | |
parent | 0ae20ec92eea31369620157c6b0d9e9cfa397f4e (diff) | |
download | ports-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.tar.gz ports-0cf23c9e42ff4e1fa43b2a501fc9f5ea3bfdea9c.zip |
Notes
Diffstat (limited to 'games/passage')
-rw-r--r-- | games/passage/Makefile | 2 |
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 |