aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/leveldb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile
index 292d150df14b..7abd52324dc0 100644
--- a/databases/leveldb/Makefile
+++ b/databases/leveldb/Makefile
@@ -32,6 +32,9 @@ LIB_DEPENDS+= tcmalloc:${PORTSDIR}/devel/google-perftools
LIB_DEPENDS+= snappy:${PORTSDIR}/archivers/snappy
.endif
+NOT_FOR_ARCHS= powerpc
+NOT_FOR_ARCHS_REASON= not yet ported to this platform
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/build_detect_platform
.if !defined(WITH_PERFTOOLS)