svn commit: r500164 - head/databases/py-leveldb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 26 20:49:49 UTC 2019


Author: sunpoet
Date: Fri Apr 26 20:49:47 2019
New Revision: 500164
URL: https://svnweb.freebsd.org/changeset/ports/500164

Log:
  Fix build on powerpc
  
  PR:		237570
  Submitted by:	pkubaj

Modified:
  head/databases/py-leveldb/Makefile

Modified: head/databases/py-leveldb/Makefile
==============================================================================
--- head/databases/py-leveldb/Makefile	Fri Apr 26 20:49:42 2019	(r500163)
+++ head/databases/py-leveldb/Makefile	Fri Apr 26 20:49:47 2019	(r500164)
@@ -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


More information about the svn-ports-all mailing list