git: 69f89bbd1baf - main - devel/cargo-c: fix build on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Sun Sep 12 21:41:37 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69f89bbd1baf191e067ba28107903b20545ac872

commit 69f89bbd1baf191e067ba28107903b20545ac872
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-09-12 21:36:34 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-09-12 21:36:34 +0000

    devel/cargo-c: fix build on powerpc
---
 devel/cargo-c/files/patch-powerpc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/devel/cargo-c/files/patch-powerpc b/devel/cargo-c/files/patch-powerpc
new file mode 100644
index 000000000000..b9159f01c024
--- /dev/null
+++ b/devel/cargo-c/files/patch-powerpc
@@ -0,0 +1,10 @@
+--- cargo-crates/crossbeam-utils-0.8.5/no_atomic.rs.orig	2021-07-12 16:01:05.023177000 +0200
++++ cargo-crates/crossbeam-utils-0.8.5/no_atomic.rs	2021-07-12 16:01:16.538869000 +0200
+@@ -30,6 +30,7 @@
+     "mipsel-unknown-none",
+     "mipsisa32r6-unknown-linux-gnu",
+     "mipsisa32r6el-unknown-linux-gnu",
++    "powerpc-unknown-freebsd",
+     "powerpc-unknown-linux-gnu",
+     "powerpc-unknown-linux-gnuspe",
+     "powerpc-unknown-linux-musl",


More information about the dev-commits-ports-main mailing list