svn commit: r516731 - head/devel/libzookeeper

Piotr Kubaj pkubaj at FreeBSD.org
Mon Nov 4 18:12:35 UTC 2019


Author: pkubaj
Date: Mon Nov  4 18:12:34 2019
New Revision: 516731
URL: https://svnweb.freebsd.org/changeset/ports/516731

Log:
  devel/libzookeeper: unbreak on non-x86 architectures
  
  Builds fine on powerpc64, so it's not possible it uses x86 assembly.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/libzookeeper/Makefile

Modified: head/devel/libzookeeper/Makefile
==============================================================================
--- head/devel/libzookeeper/Makefile	Mon Nov  4 18:08:20 2019	(r516730)
+++ head/devel/libzookeeper/Makefile	Mon Nov  4 18:12:34 2019	(r516731)
@@ -14,9 +14,6 @@ COMMENT=	C client interface to Zookeeper server
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386
-ONLY_FOR_ARCHS_REASON=	uses x86 assembly
-
 LIB_DEPENDS=	libcppunit.so:devel/cppunit
 
 USES=		autoreconf libtool pkgconfig


More information about the svn-ports-all mailing list