aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-04 19:01:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-09-04 19:01:32 +0000
commit301eb6b08ccd38e7266c884e4b35ccccfcded0bd (patch)
tree48d6b955183dae8ae1b4cb24d15ab0f9a6b6a022 /databases
parent4307d6d73dce79ae6d7b04cd27abc7c6e602da9c (diff)
downloadports-301eb6b08ccd38e7266c884e4b35ccccfcded0bd.tar.gz
ports-301eb6b08ccd38e7266c884e4b35ccccfcded0bd.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/rocksdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index dc29824ab1e3..4537eb3f263e 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -42,6 +42,7 @@ CXXFLAGS+= -Wno-inconsistent-missing-override
post-patch:
@${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's| -fno-builtin-memcmp||; s| -ltcmalloc||' ${WRKSRC}/build_tools/build_detect_platform
+ @${REINPLACE_CMD} -e 's|#include "gtest/gtest.h"|#include "gtest.h"|' ${WRKSRC}/third-party/gtest-1.7.0/fused-src/gtest/gtest-all.cc
.if defined(WITHOUT_PROFILE)
@${REINPLACE_CMD} -e '/pg = / s| -pg||' ${WRKSRC}/Makefile
.endif