aboutsummaryrefslogtreecommitdiff
path: root/databases/leveldb
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-23 04:04:21 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-23 04:04:21 +0000
commit959aab7a0866b6c910fef89687038a22856d58bb (patch)
tree97b9cc2d3f1ef186c776c357d04f8451ff1bb02b /databases/leveldb
parente549b54588ad6e47ee821ec1752e894131bde9ef (diff)
downloadports-959aab7a0866b6c910fef89687038a22856d58bb.tar.gz
ports-959aab7a0866b6c910fef89687038a22856d58bb.zip
Mark as not for powerpc: #error Please implement AtomicPointer for this
platform. Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=286281
Diffstat (limited to 'databases/leveldb')
-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)