From 670c7eeb7728f5913a7a7e956c1659739f2bb733 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 26 Apr 2019 20:49:47 +0000 Subject: [PATCH] Fix build on powerpc PR: 237570 Submitted by: pkubaj --- databases/py-leveldb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/py-leveldb/Makefile b/databases/py-leveldb/Makefile index ab363f270921..5262f8d4df32 100644 --- a/databases/py-leveldb/Makefile +++ b/databases/py-leveldb/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= libleveldb.so:databases/leveldb PORTSCOUT= skipv:0.194 +USES= compiler:c11 localbase python USE_PYTHON= autoplist concurrent distutils -USES= localbase python post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/setup.py