summaryrefslogtreecommitdiff
path: root/databases/firebird40-server/files/patch-configure
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-07-29 20:30:09 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-07-29 20:32:54 +0200
commitb8b58884a33e6d24294e8a987e18f47a5582e9af (patch)
treef781ae2fd006f71dc288111d97f774b38a7e55fe /databases/firebird40-server/files/patch-configure
parentmath/py-optuna: Update to 2.10.1 (diff)
databases/firebird40-server: port to powerpc64le
Add upstream patch to support powerpc64le.
Diffstat (limited to 'databases/firebird40-server/files/patch-configure')
-rw-r--r--databases/firebird40-server/files/patch-configure23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/firebird40-server/files/patch-configure b/databases/firebird40-server/files/patch-configure
new file mode 100644
index 000000000000..2cd41f32a632
--- /dev/null
+++ b/databases/firebird40-server/files/patch-configure
@@ -0,0 +1,23 @@
+--- configure.orig 2022-07-28 00:58:22 UTC
++++ configure
+@@ -2985,6 +2985,20 @@ $as_echo "#define AMD64 1" >>confdefs.h
+ SHRLIB_EXT=so
+ ;;
+
++ powerpc64le-*-freebsd*)
++ MAKEFILE_PREFIX=freebsd_powerpc64el
++ PLATFORM=FREEBSD
++ INSTALL_PREFIX=freebsd
++
++$as_echo "#define FREEBSD 1" >>confdefs.h
++
++
++$as_echo "#define PPC64EL 1" >>confdefs.h
++
++ EDITLINE_FLG=Y
++ SHRLIB_EXT=so
++ ;;
++
+ *-gentoo-freebsd*)
+ MAKEFILE_PREFIX=freebsd
+ PLATFORM=GENTOOFREEBSD