Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2017 01:46:52 +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: r451653 - head/misc/raspberrypi-userland
Message-ID:  <201710100146.v9A1kqpN098935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 10 01:46:52 2017
New Revision: 451653
URL: https://svnweb.freebsd.org/changeset/ports/451653

Log:
  Enable on armv7.
  
  PR:		222879
  Submitted by:	Sylvain Garrigues <sylvain at syvlaingarrigues dot com>

Modified:
  head/misc/raspberrypi-userland/Makefile

Modified: head/misc/raspberrypi-userland/Makefile
==============================================================================
--- head/misc/raspberrypi-userland/Makefile	Tue Oct 10 01:29:39 2017	(r451652)
+++ head/misc/raspberrypi-userland/Makefile	Tue Oct 10 01:46:52 2017	(r451653)
@@ -10,7 +10,7 @@ COMMENT=	Various libraries for the Raspberry Pi
 
 LICENSE=	BSD3CLAUSE
 
-ONLY_FOR_ARCHS=	armv6
+ONLY_FOR_ARCHS=	armv6 armv7
 
 CONFLICTS_INSTALL=	libglesv2 libEGL
 



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