pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/longboard
Module Name: pkgsrc
Committed By: pin
Date: Thu Oct 7 11:46:11 UTC 2021
Modified Files:
pkgsrc/www/longboard: Makefile
Log Message:
www/longboard: doesn't build on 32 bit systems
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/longboard/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/longboard/Makefile
diff -u pkgsrc/www/longboard/Makefile:1.3 pkgsrc/www/longboard/Makefile:1.4
--- pkgsrc/www/longboard/Makefile:1.3 Mon Aug 2 15:42:09 2021
+++ pkgsrc/www/longboard/Makefile Thu Oct 7 11:46:11 2021
@@ -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 @@ HOMEPAGE= https://github.com/jbr/longboa
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