diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 01:53:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-25 01:53:59 +0800 |
commit | a33bf29eed0c281dff190265003dee772ecd989d (patch) | |
tree | 23b8d24ecdb3a6882faca90d70f61a268c6e47a6 /databases | |
parent | 82dcc63be22ffaa82efacf25b0c0df7c9473c262 (diff) | |
download | freebsd-ports-gnome-a33bf29eed0c281dff190265003dee772ecd989d.tar.gz freebsd-ports-gnome-a33bf29eed0c281dff190265003dee772ecd989d.tar.zst freebsd-ports-gnome-a33bf29eed0c281dff190265003dee772ecd989d.zip |
- Cleanup -lpthread/-pthread manipulation
Diffstat (limited to 'databases')
-rw-r--r-- | databases/leveldb/Makefile | 1 |
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 |