diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-07-22 08:33:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-07-22 08:33:22 +0200 |
commit | 74ad8cbbbbcb177b83f2394488ed90e7dd115583 (patch) | |
tree | 621620e0a6c1e5f5d117897c1ba74b55797a727d /thunderbird-3.0-ppc64.patch | |
parent | 62adb4210441ea89c92c1ff12486423d0017dfa0 (diff) |
enigmail: sync patches, move to /usr/lib64/mozilla/extensions
Diffstat (limited to 'thunderbird-3.0-ppc64.patch')
-rw-r--r-- | thunderbird-3.0-ppc64.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/thunderbird-3.0-ppc64.patch b/thunderbird-3.0-ppc64.patch deleted file mode 100644 index 394524d..0000000 --- a/thunderbird-3.0-ppc64.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- 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 ======================================================== |