svn commit: r382219 - head/databases/rocksdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 25 14:58:42 UTC 2015


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


More information about the svn-ports-head mailing list