From c5886e4c1519a2105b4ddd1882664c5dc47f6cc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 May 2010 19:23:18 +0200 Subject: Import thunderbird 3.0.4 --- thunderbird-3.0-ppc64.patch | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 thunderbird-3.0-ppc64.patch (limited to 'thunderbird-3.0-ppc64.patch') diff --git a/thunderbird-3.0-ppc64.patch b/thunderbird-3.0-ppc64.patch new file mode 100644 index 0000000..394524d --- /dev/null +++ b/thunderbird-3.0-ppc64.patch @@ -0,0 +1,42 @@ +--- configure.in.ppc64 2009-07-21 14:01:25.000000000 +0200 ++++ configure.in 2009-07-21 14:01:51.000000000 +0200 +@@ -1451,7 +1451,7 @@ + CPU_ARCH=sparc + ;; + +-x86_64 | ia64) ++x86_64 | ia64 | ppc64) + CPU_ARCH="$OS_TEST" + ;; + esac +@@ -4148,6 +4148,9 @@ + if test -n "${CPU_ARCH}" -a -n "${TARGET_COMPILER_ABI}"; then + TARGET_XPCOM_ABI="${CPU_ARCH}-${TARGET_COMPILER_ABI}" + fi ++echo CPU_ARCH=${CPU_ARCH} ++echo TARGET_COMPILER_ABI=${TARGET_COMPILER_ABI} ++echo TARGET_XPCOM_ABI=$TARGET_XPCOM_ABI + + dnl Mozilla specific options + dnl ======================================================== +--- mozilla/configure.in.ppc64 2009-07-15 22:36:48.000000000 +0200 ++++ mozilla/configure.in 2009-07-21 13:57:46.000000000 +0200 +@@ -1317,7 +1317,7 @@ + CPU_ARCH=sparc + ;; + +-x86_64 | ia64) ++x86_64 | ia64 | ppc64) + CPU_ARCH="$OS_TEST" + ;; + esac +@@ -4033,6 +4033,9 @@ + if test -n "${CPU_ARCH}" -a -n "${TARGET_COMPILER_ABI}"; then + TARGET_XPCOM_ABI="${CPU_ARCH}-${TARGET_COMPILER_ABI}" + fi ++echo CPU_ARCH=${CPU_ARCH} ++echo TARGET_COMPILER_ABI=${TARGET_COMPILER_ABI} ++echo TARGET_XPCOM_ABI=$TARGET_XPCOM_ABI + + dnl Mozilla specific options + dnl ======================================================== -- cgit