public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/thunderbird/files: thunderbird-xul-1.9.2-arm-fixes.patch
@ 2010-07-11 12:53 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; only message in thread
From: Nirbheek Chauhan (nirbheek) @ 2010-07-11 12:53 UTC (permalink / raw
  To: gentoo-commits

nirbheek    10/07/11 12:53:11

  Added:                thunderbird-xul-1.9.2-arm-fixes.patch
  Log:
  Add patch for ARM OS detection, bug 327783
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.1                  mail-client/thunderbird/files/thunderbird-xul-1.9.2-arm-fixes.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/thunderbird-xul-1.9.2-arm-fixes.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/thunderbird/files/thunderbird-xul-1.9.2-arm-fixes.patch?rev=1.1&content-type=text/plain

Index: thunderbird-xul-1.9.2-arm-fixes.patch
===================================================================
Fix arm OS detection

https://bugs.gentoo.org/327783
https://bugzilla.mozilla.org/show_bug.cgi?id=577319
---
--- configure.in
+++ configure.in
@@ -1424,9 +1424,11 @@
     CPU_ARCH="$OS_TEST"
     ;;
 
-arm)
+arm*)
     if test "$OS_TARGET" = "WINCE"; then
         CPU_ARCH="$OS_TEST"
+    else
+        CPU_ARCH="arm"
     fi
     ;;
 esac
--- mozilla/js/src/configure.in
+++ mozilla/js/src/configure.in
@@ -1162,9 +1162,11 @@
     CPU_ARCH="$OS_TEST"
     ;;
 
-arm)
+arm*)
     if test "$OS_TARGET" = "WINCE"; then
         CPU_ARCH="$OS_TEST"
+    else
+        CPU_ARCH="arm"
     fi
     ;;
 esac






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-11 12:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-11 12:53 [gentoo-commits] gentoo-x86 commit in mail-client/thunderbird/files: thunderbird-xul-1.9.2-arm-fixes.patch Nirbheek Chauhan (nirbheek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox