diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 14:58:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 14:58:46 +0000 |
commit | d570fa6b8ab6643e64d297663f8b805acda2a047 (patch) | |
tree | ac8f800044442a045d4891bbd4e396bed38325b8 /databases/kyototycoon | |
parent | 871e293de19631feb773e319f59ba6473ff158a7 (diff) |
Notes
Diffstat (limited to 'databases/kyototycoon')
-rw-r--r-- | databases/kyototycoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile index 5c0c4e7ffcda..a10338099c7d 100644 --- a/databases/kyototycoon/Makefile +++ b/databases/kyototycoon/Makefile @@ -27,7 +27,7 @@ USE_LDCONFIG= yes USES= gmake pkgconfig post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g; s|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile + @${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure ${WRKSRC}/doc/spex.html ${WRKSRC}/example/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libkyototycoon.so.2.19.0 ${STAGEDIR}${PREFIX}/libexec/*.so |