aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-25 01:53:59 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-03-25 01:53:59 +0800
commit392d9ad8e865c1c3665b9aa73326214dccfb225f (patch)
tree23b8d24ecdb3a6882faca90d70f61a268c6e47a6 /databases
parentb1a238c8534c514781e2e2f3fdd8b97224f42a5b (diff)
downloadfreebsd-ports-gnome-392d9ad8e865c1c3665b9aa73326214dccfb225f.tar.gz
freebsd-ports-gnome-392d9ad8e865c1c3665b9aa73326214dccfb225f.tar.zst
freebsd-ports-gnome-392d9ad8e865c1c3665b9aa73326214dccfb225f.zip
- Cleanup -lpthread/-pthread manipulation
Diffstat (limited to 'databases')
-rw-r--r--databases/leveldb/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile
index c15737498410..cf2c743c8f42 100644
--- a/databases/leveldb/Makefile
+++ b/databases/leveldb/Makefile
@@ -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