Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2019 12:31:06 +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: r515103 - head/devel/libpololu-avr
Message-ID:  <201910211231.x9LCV6Bv067267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Oct 21 12:31:06 2019
New Revision: 515103
URL: https://svnweb.freebsd.org/changeset/ports/515103

Log:
  devel/libpololu-avr: unbreak on powerpc64
  
  Builds fine.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/libpololu-avr/Makefile

Modified: head/devel/libpololu-avr/Makefile
==============================================================================
--- head/devel/libpololu-avr/Makefile	Mon Oct 21 12:09:33 2019	(r515102)
+++ head/devel/libpololu-avr/Makefile	Mon Oct 21 12:31:06 2019	(r515103)
@@ -13,8 +13,6 @@ LICENSE=	MIT
 BUILD_DEPENDS=	${LOCALBASE}/avr/lib/libc.a:devel/avr-libc
 RUN_DEPENDS=	${LOCALBASE}/avr/lib/libc.a:devel/avr-libc
 
-BROKEN_powerpc64=	fails to build: OrangutanAnalog.h: internal compiler error: Segmentation fault
-
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	pololu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910211231.x9LCV6Bv067267>