Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2015 14:58:41 +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: r382219 - head/databases/rocksdb
Message-ID:  <201503251458.t2PEwfH3020527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar 25 14:58:40 2015
New Revision: 382219
URL: https://svnweb.freebsd.org/changeset/ports/382219
QAT: https://qat.redports.org/buildarchive/r382219/

Log:
  - Cleanup -lpthread/-pthread manipulation

Modified:
  head/databases/rocksdb/Makefile

Modified: head/databases/rocksdb/Makefile
==============================================================================
--- head/databases/rocksdb/Makefile	Wed Mar 25 14:30:39 2015	(r382218)
+++ head/databases/rocksdb/Makefile	Wed Mar 25 14:58:40 2015	(r382219)
@@ -30,9 +30,8 @@ PROGRAMS=	blob_store_bench db_bench db_r
 		table_reader_bench
 
 post-patch:
-	@${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||' \
-		          -e 's| -Werror||' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e 's|-lpthread|-pthread|; s| -fno-builtin-memcmp||; s| -ltcmalloc||' ${WRKSRC}/build_tools/build_detect_platform
+	@${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||; s| -Werror||' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's| -fno-builtin-memcmp||; s| -ltcmalloc||' ${WRKSRC}/build_tools/build_detect_platform
 	@${REINPLACE_CMD} -e '/PLATFORM_IS_LITTLE_ENDIAN/ s|__|_|g' ${WRKSRC}/port/port_posix.h
 .if defined(WITHOUT_PROFILE)
 	@${REINPLACE_CMD} -e 's| -pg||' ${WRKSRC}/Makefile



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