[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/18: gnu: libffi: Don't apply patch twice.
From: |
guix-commits |
Subject: |
18/18: gnu: libffi: Don't apply patch twice. |
Date: |
Fri, 12 Mar 2021 03:22:43 -0500 (EST) |
efraim pushed a commit to branch wip-ppc
in repository guix.
commit a82a5507d7dffc488d3333cac11852735dad0952
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Mar 12 10:13:24 2021 +0200
gnu: libffi: Don't apply patch twice.
This is actually the opposite of what we want to apply on core-updates
but will rebase more easily on master.
* gnu/packages/libffi.scm (libffi)[source]: Remove patch.
---
gnu/packages/libffi.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 0f549bd..df780f4 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -51,8 +51,7 @@
name "-" version ".tar.gz"))
(sha256
(base32
- "0mi0cpf8aa40ljjmzxb7im6dbj45bb0kllcd09xgmp834y9agyvj"))
- (patches (search-patches "libffi-3.3-powerpc-fixes.patch"))))
+ "0mi0cpf8aa40ljjmzxb7im6dbj45bb0kllcd09xgmp834y9agyvj"))))
(build-system gnu-build-system)
(arguments
`(;; Prevent the build system from passing -march and -mtune to the
- 09/18: gnu: mercurial: Skip tests on powerpc-linux., (continued)
- 09/18: gnu: mercurial: Skip tests on powerpc-linux., guix-commits, 2021/03/12
- 11/18: gnu: glibc: Fix ldd path on powerpc*., guix-commits, 2021/03/12
- 13/18: gnu: findutils-boot0: Fix test suite on some systems., guix-commits, 2021/03/12
- 07/18: gnu: american-fuzzy-lop: Add support for powerpc-linux., guix-commits, 2021/03/12
- 14/18: gnu: binutils-boot0: Adjust test suite on powerpc-linux., guix-commits, 2021/03/12
- 15/18: gnu: binutils: Adjust test suite on powerpc-linux., guix-commits, 2021/03/12
- 16/18: squash! binutils in base.scm, guix-commits, 2021/03/12
- 10/18: gnu: nss: Skip tests on powerpc-linux., guix-commits, 2021/03/12
- 12/18: gnu: guile-3.0: Fix building on powerpc-linux., guix-commits, 2021/03/12
- 17/18: squash! binutils in base.scm, guix-commits, 2021/03/12
- 18/18: gnu: libffi: Don't apply patch twice.,
guix-commits <=