Date: Wed, 23 Nov 2016 12:46:17 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426910 - head/devel/protobuf Message-ID: <201611231246.uANCkHD8034994@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Nov 23 12:46:16 2016 New Revision: 426910 URL: https://svnweb.freebsd.org/changeset/ports/426910 Log: Unfortunately even with the earlier fix, there are still no Atomic shims for sparc64; in fact, it attempts to use the x86 ones, which of course fail. Perhaps the earlier fix will help the situation on arm and mips; there are shims specifically for those archs. Approved by: portmgr (tier-2 blanket) Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Wed Nov 23 12:46:12 2016 (r426909) +++ head/devel/protobuf/Makefile Wed Nov 23 12:46:16 2016 (r426910) @@ -22,4 +22,6 @@ USES= autoreconf gmake libtool pathfix GH_ACCOUNT= google USE_GITHUB= yes +BROKEN_sparc64= Fails to compile: no atomic ops available for FreeBSD/sparc64 + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231246.uANCkHD8034994>