pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/longboard www/longboard: doesn't build on 32 bit s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c72e7f5cb44
branches: trunk
changeset: 459430:4c72e7f5cb44
user: pin <pin%pkgsrc.org@localhost>
date: Thu Oct 07 11:46:11 2021 +0000
description:
www/longboard: doesn't build on 32 bit systems
diffstat:
www/longboard/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 3d8f985becdf -r 4c72e7f5cb44 www/longboard/Makefile
--- a/www/longboard/Makefile Thu Oct 07 09:03:54 2021 +0000
+++ b/www/longboard/Makefile Thu Oct 07 11:46:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/08/02 15:42:09 pin Exp $
+# $NetBSD: Makefile,v 1.4 2021/10/07 11:46:11 pin Exp $
DISTNAME= longboard-0.0.7
CATEGORIES= www
@@ -10,6 +10,10 @@
COMMENT= Longboard: The easy way to surf
LICENSE= apache-2.0 OR mit
+# sys-info crate doesn't currently build on 32bit cpus
+# see, https://github.com/FillZpp/sys-info-rs/issues/80
+ONLY_FOR_PLATFORM= *-*-x86_64mkd
+
.include "cargo-depends.mk"
INSTALLATION_DIRS= bin
Home |
Main Index |
Thread Index |
Old Index