pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2020Q1] pkgsrc/graphics/librsvg
Module Name: pkgsrc
Committed By: bsiegert
Date: Wed Jun 17 13:40:26 UTC 2020
Modified Files:
pkgsrc/graphics/librsvg [pkgsrc-2020Q1]: available.mk
Log Message:
Pullup ticket #6243 - requested by nia
graphics/librsvg: NetBSD/arm build fix
Revisions pulled up:
- graphics/librsvg/available.mk 1.2
---
Module Name: pkgsrc
Committed By: nia
Date: Wed Jun 17 10:13:25 UTC 2020
Modified Files:
pkgsrc/graphics/librsvg: available.mk
Log Message:
librsvg: Disable rust version on NetBSD/arm (32-bit)
It doesn't have the address space to build a rust compiler so this
is currently broken.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.6.1 pkgsrc/graphics/librsvg/available.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/librsvg/available.mk
diff -u pkgsrc/graphics/librsvg/available.mk:1.1 pkgsrc/graphics/librsvg/available.mk:1.1.6.1
--- pkgsrc/graphics/librsvg/available.mk:1.1 Sat Jun 8 19:51:38 2019
+++ pkgsrc/graphics/librsvg/available.mk Wed Jun 17 13:40:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: available.mk,v 1.1 2019/06/08 19:51:38 leot Exp $
+# $NetBSD: available.mk,v 1.1.6.1 2020/06/17 13:40:26 bsiegert Exp $
#
# This mk fragment define LIBRSVG_TYPE variable used in other librsvg mk
# fragments.
@@ -18,7 +18,9 @@ LIBRSVG_AVAILABLE_MK= defined
.include "../../mk/bsd.prefs.mk"
.include "../../lang/rust/platform.mk"
-.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss])
+# https://mail-index.netbsd.org/tech-pkg/2020/06/16/msg023380.html
+.if !empty(PLATFORM_SUPPORTS_RUST:M[Yy][Ee][Ss]) && \
+ empty(MACHINE_PLATFORM:MNetBSD-*-earm*)
LIBRSVG_TYPE?= rust
.else
LIBRSVG_TYPE?= c
Home |
Main Index |
Thread Index |
Old Index