gnu: libffi: Add unreleased patch to fix float128 on powerpc64le.
authorJohn Doe <dftxbs3e@free.fr>
Tue, 15 Dec 2020 09:24:11 +0000 (10:24 +0100)
committerChris Marusich <cmmarusich@gmail.com>
Mon, 21 Dec 2020 00:53:34 +0000 (16:53 -0800)
commit7eaa2f24ea77cddbb4bbc2d6a6905673a36f8f99
tree760fcba1ac119689bcd23eef6fe7d1688d6bfb6e
parente8e9a7898e9d8eb85ad54afaec6a1e619bf8b74f
gnu: libffi: Add unreleased patch to fix float128 on powerpc64le.

Fixes <https://bugs.gnu.org/45252>.

* gnu/packages/patches/libffi-float128-powerpc64le.patch: Import patch file
from <https://github.com/libffi/libffi/pull/561.patch>.
* gnu/packages/libffi.scm (libffi)[arguments]: Apply patch conditionally for
powerpc64le-* systems in a phase.
[inputs]: Add patch as input conditionally for powerpc64le-* systems.
* gnu/local.mk (dist_patch_DATA): Add patch file to build system.

Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
gnu/local.mk
gnu/packages/libffi.scm
gnu/packages/patches/libffi-float128-powerpc64le.patch [new file with mode: 0644]