diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-07-13 11:32:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-24 12:38:19 +0000 |
commit | 288e005ef7ed5b931935da2e1266b95fc9f16cdf (patch) | |
tree | 1e3cbfe4dcdfc12383efd0bef0147b2000ee23fe /external/firebird/firebird-configure-x86-64-macosx.patch.1 | |
parent | 633788b18844bb3d8c6e73fd19817fc18d223c23 (diff) |
Revert "Revert "Update firebird to version 2.5.4""
This reverts commit 69632c9c3291a7bb9d465495943aa1dbe12c5af2.
Change-Id: I4704c30ade878b9e62ac829b03648f301534b51c
Reviewed-on: https://gerrit.libreoffice.org/16986
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external/firebird/firebird-configure-x86-64-macosx.patch.1')
-rw-r--r-- | external/firebird/firebird-configure-x86-64-macosx.patch.1 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/external/firebird/firebird-configure-x86-64-macosx.patch.1 b/external/firebird/firebird-configure-x86-64-macosx.patch.1 new file mode 100644 index 000000000000..eddd0fa6e600 --- /dev/null +++ b/external/firebird/firebird-configure-x86-64-macosx.patch.1 @@ -0,0 +1,20 @@ +--- firebird.org/configure 2015-03-27 16:00:42.000000000 +0200 ++++ firebird/configure 2015-06-09 15:33:26.000000000 +0300 +@@ -2373,7 +2373,7 @@ + ;; + + i*86-*-darwin* | i*86_*-darwin*) +- MAKEFILE_PREFIX=darwin_i386 ++ MAKEFILE_PREFIX=darwin_x86_64 + MAKEFILE_POSTFIX=darwin + PLATFORM=DARWIN + INSTALL_PREFIX=darwin +@@ -2386,7 +2386,7 @@ + EDITLINE_FLG=Y + SHRLIB_EXT=dylib + ICU_PLATFORM=MacOSX +- CPU_TYPE=i386 ++ CPU_TYPE=x86_64 + ;; + + powerpc-*-darwin*) |