pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/raspberrypi-userland support earmhf.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dfb8771bee0
branches:  trunk
changeset: 626388:1dfb8771bee0
user:      jun <jun%pkgsrc.org@localhost>
date:      Sun Nov 10 04:56:04 2013 +0000

description:
support earmhf.
ONLY_FOR_PLATFORM=      NetBSD-*-*arm*
oked by jmcneill.

diffstat:

 misc/raspberrypi-userland/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8ee62f6fd97d -r 1dfb8771bee0 misc/raspberrypi-userland/Makefile
--- a/misc/raspberrypi-userland/Makefile        Sun Nov 10 03:23:49 2013 +0000
+++ b/misc/raspberrypi-userland/Makefile        Sun Nov 10 04:56:04 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/08/06 10:05:39 jmcneill Exp $
+# $NetBSD: Makefile,v 1.5 2013/11/10 04:56:04 jun Exp $
 #
 
 DISTNAME=      raspberrypi-userland-20130803
@@ -10,7 +10,7 @@
 COMMENT=       Various libraries for the Raspberry Pi
 LICENSE=       modified-bsd
 
-ONLY_FOR_PLATFORM=     NetBSD-*-*arm
+ONLY_FOR_PLATFORM=     NetBSD-*-*arm*
 
 USE_LANGUAGES= c c++
 



Home | Main Index | Thread Index | Old Index