svn commit: r515103 - head/devel/libpololu-avr

Piotr Kubaj pkubaj at FreeBSD.org
Mon Oct 21 12:31:07 UTC 2019


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


More information about the svn-ports-head mailing list