pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bob: add patch to fix build on earmv6hf and earmv7hf
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Wed Apr 29 15:15:28 2026 +0200
Changeset: ca2c5ec746fadeb3f32d8f4da3dfb43737628ed1
Modified Files:
bob/distinfo
Added Files:
bob/patches/patch-.._vendor_lua-src-547.0.0_src_lib.rs
Log Message:
bob: add patch to fix build on earmv6hf and earmv7hf
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ca2c5ec746fadeb3f32d8f4da3dfb43737628ed1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bob/distinfo | 1 +
bob/patches/patch-.._vendor_lua-src-547.0.0_src_lib.rs | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diffs:
diff --git a/bob/distinfo b/bob/distinfo
index 24d7bd475f..4fc3f14e0c 100644
--- a/bob/distinfo
+++ b/bob/distinfo
@@ -1317,4 +1317,5 @@ Size (zstd-safe-7.2.4.crate) = 29350 bytes
BLAKE2s (zstd-sys-2.0.16+zstd.1.5.7.crate) = 1d257c4cb668e065d2956c3b1681ffbf98ab091238d2802b1f4c4cf5363d664c
SHA512 (zstd-sys-2.0.16+zstd.1.5.7.crate) = 4bd56e78003a084a27d916ce845f90ae4657725c0f34d56290a8b0c463309e10d2980d1ee6350d6a913cb7906950271ef3da7f25f56b47d02e4b4a5d902ac7ac
Size (zstd-sys-2.0.16+zstd.1.5.7.crate) = 775620 bytes
+SHA1 (patch-.._vendor_lua-src-547.0.0_src_lib.rs) = de0877ede18a23c1901bcf3915337dab62a23647
SHA1 (patch-Cargo.toml) = 0e89cdf0a436687324de9df434497da4d01085d5
diff --git a/bob/patches/patch-.._vendor_lua-src-547.0.0_src_lib.rs b/bob/patches/patch-.._vendor_lua-src-547.0.0_src_lib.rs
new file mode 100644
index 0000000000..529c926300
--- /dev/null
+++ b/bob/patches/patch-.._vendor_lua-src-547.0.0_src_lib.rs
@@ -0,0 +1,16 @@
+$NetBSD: $
+
+* Fix build on NetBSD earmv{6,7}hf
+* https://github.com/mlua-rs/lua-src-rs/issues/18
+
+--- ../vendor/lua-src-547.0.0/src/lib.rs.orig 2026-04-27 16:25:47.910850386 +0000
++++ ../vendor/lua-src-547.0.0/src/lib.rs 2026-04-27 16:26:44.169681330 +0000
+@@ -85,7 +85,7 @@
+ _ if target.contains("linux") => {
+ config.define("LUA_USE_LINUX", None);
+ }
+- _ if target.ends_with("bsd") => {
++ _ if target.contains("bsd") => {
+ config.define("LUA_USE_LINUX", None);
+ }
+ _ if target.contains("apple-darwin") => {
Home |
Main Index |
Thread Index |
Old Index