diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2025-06-03 12:38:46 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-06-03 12:40:22 +0200 |
commit | cd3b6d2717e36e10ca5940f6562dc4aa8238dd9e (patch) | |
tree | 66553001ec28358f1245e034c642ef2ffd2f6041 /net-im/libsignal-node/files/patch-bin_build__helpers.py | |
parent | multimedia/ringrtc: Update to 2.52.0 (diff) |
net-im/libsignal-node: Update to 0.72.1
Diffstat (limited to 'net-im/libsignal-node/files/patch-bin_build__helpers.py')
-rw-r--r-- | net-im/libsignal-node/files/patch-bin_build__helpers.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/libsignal-node/files/patch-bin_build__helpers.py b/net-im/libsignal-node/files/patch-bin_build__helpers.py new file mode 100644 index 000000000000..dbf8b1fe3795 --- /dev/null +++ b/net-im/libsignal-node/files/patch-bin_build__helpers.py @@ -0,0 +1,12 @@ +broken with https://github.com/signalapp/libsignal/commit/64c186d4de31b6180f629333129f86ee84ad8349 + +--- bin/build_helpers.py.orig 2025-06-02 15:44:46 UTC ++++ bin/build_helpers.py +@@ -13,6 +13,7 @@ def rust_paths_to_remap() -> Iterator[str]: + + + def rust_paths_to_remap() -> Iterator[str]: ++ return "" + # Repo root + yield os.path.dirname(os.path.abspath(os.path.dirname(__file__))) + |