Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2021 09:27:07 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f023e9698968 - main - math/reduce: fix build on powerpc64le
Message-ID:  <202107160927.16G9R78T017753@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit f023e9698968629ef72eb1e3f68e846e8292498d
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-07-16 09:26:59 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-07-16 09:26:59 +0000

    math/reduce: fix build on powerpc64le
    
    configure: error: "libffi has not been ported to powerpc64le-unknown-freebsd13.0."
---
 math/reduce/files/patch-libraries_libffi_configure.host | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/math/reduce/files/patch-libraries_libffi_configure.host b/math/reduce/files/patch-libraries_libffi_configure.host
new file mode 100644
index 000000000000..e734c3daf2a8
--- /dev/null
+++ b/math/reduce/files/patch-libraries_libffi_configure.host
@@ -0,0 +1,11 @@
+--- libraries/libffi/configure.host.orig	2021-07-16 10:42:44.379020000 +0200
++++ libraries/libffi/configure.host	2021-07-16 10:43:21.153777000 +0200
+@@ -203,7 +203,7 @@
+ 	TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
+ 	HAVE_LONG_DOUBLE_VARIANT=1
+ 	;;
+-  powerpc64-*-freebsd*)
++  powerpc64*-*-freebsd*)
+ 	TARGET=POWERPC; TARGETDIR=powerpc
+ 	;;
+   powerpc*-*-rtems*)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107160927.16G9R78T017753>