1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Remove useless -pthread replace

This commit is contained in:
Dmitry Marakasov 2015-03-26 12:17:49 +00:00
parent 8a1e364ade
commit fd88dea19c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382299

View File

@ -89,8 +89,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-irrlichtdepend
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/cmake/Modules/*.cmake
@${REINPLACE_CMD} -e 's|-lpthread|-pthread|' \
${WRKSRC}/src/CMakeLists.txt
.if ! ${PORT_OPTIONS:MLUAJIT}
@${REINPLACE_CMD} -e '/find_/ s|LUA_|NO&|g' \
${WRKSRC}/src/CMakeLists.txt