Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 14:58:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382220 - head/databases/kyototycoon
Message-ID:  <201503251458.t2PEwlN0020641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503251458.t2PEwlN0020641>