svn commit: r382220 - head/databases/kyototycoon
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Mar 25 14:58:47 UTC 2015
Author: sunpoet
Date: Wed Mar 25 14:58:46 2015
New Revision: 382220
URL: https://svnweb.freebsd.org/changeset/ports/382220
QAT: https://qat.redports.org/buildarchive/r382220/
Log:
- Cleanup -lpthread/-pthread manipulation
Modified:
head/databases/kyototycoon/Makefile
Modified: head/databases/kyototycoon/Makefile
==============================================================================
--- head/databases/kyototycoon/Makefile Wed Mar 25 14:58:40 2015 (r382219)
+++ head/databases/kyototycoon/Makefile Wed Mar 25 14:58:46 2015 (r382220)
@@ -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
More information about the svn-ports-all
mailing list