Date: Mon, 4 Nov 2019 18:12:35 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516731 - head/devel/libzookeeper Message-ID: <201911041812.xA4ICZgO040834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041812.xA4ICZgO040834>