summaryrefslogtreecommitdiff
path: root/archivers/py-borgbackup/files/patch-setup.py
diff options
context:
space:
mode:
authorJose G. Juanino <jjuanino@gmail.com>2022-08-13 17:23:51 +0200
committerKurt Jaeger <pi@FreeBSD.org>2022-08-13 17:23:51 +0200
commit9db903a89b3d1d7c0be2a56059542f3fdb412908 (patch)
tree4c33bcc1e10c25f4a1f27bc7451ac32af503b935 /archivers/py-borgbackup/files/patch-setup.py
parentpear.mk: remove typo added by the evil spelling fairies (diff)
archivers/py-borgbackup: avoid dependency on xxhash port
- Instead, use the xxhash library provided in the same port PR: 265060 Author: Jose G. Juanino <jjuanino@gmail.com>
Diffstat (limited to 'archivers/py-borgbackup/files/patch-setup.py')
-rw-r--r--archivers/py-borgbackup/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/py-borgbackup/files/patch-setup.py b/archivers/py-borgbackup/files/patch-setup.py
new file mode 100644
index 000000000000..399dc0b58daa
--- /dev/null
+++ b/archivers/py-borgbackup/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2022-07-16 16:20:52 UTC
++++ setup.py
+@@ -23,7 +23,7 @@ prefer_system_libzstd = True
+ prefer_system_libb2 = True
+
+ # True: use the shared libxxhash (>= 0.6.5 [>= 0.7.2 on ARM]) from the system, False: use the bundled xxhash code
+-prefer_system_libxxhash = True
++prefer_system_libxxhash = False
+
+ # prefer_system_msgpack is another option, but you need to set it in src/borg/helpers.py.
+