svn commit: r382129 - head/databases/leveldb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 24 17:54:00 UTC 2015


Author: sunpoet
Date: Tue Mar 24 17:53:59 2015
New Revision: 382129
URL: https://svnweb.freebsd.org/changeset/ports/382129
QAT: https://qat.redports.org/buildarchive/r382129/

Log:
  - Cleanup -lpthread/-pthread manipulation

Modified:
  head/databases/leveldb/Makefile

Modified: head/databases/leveldb/Makefile
==============================================================================
--- head/databases/leveldb/Makefile	Tue Mar 24 17:38:34 2015	(r382128)
+++ head/databases/leveldb/Makefile	Tue Mar 24 17:53:59 2015	(r382129)
@@ -44,7 +44,6 @@ SNAPPY=		0
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|' ${WRKSRC}/build_detect_platform
 	@${REINPLACE_CMD} -e '/PLATFORM_IS_LITTLE_ENDIAN/ s|__|_|g' ${WRKSRC}/port/port_posix.h
 .if !${PORT_OPTIONS:MGPERFTOOLS}
 	@${REINPLACE_CMD} -e 's| -ltcmalloc||' ${WRKSRC}/build_detect_platform


More information about the svn-ports-head mailing list