handle other archs mozilla-1.9.2
authorMarcus Meissner <meissner@suse.de>
Wed, 28 Jul 2010 09:35:41 +0200
branchmozilla-1.9.2
changeset 116 7039579bfd97
parent 114 e81242664334
child 118 deb8fdcf4792
handle other archs
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.changes	Wed Jul 28 07:36:51 2010 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Wed Jul 28 09:35:41 2010 +0200
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Wed Jul 28 08:33:14 CEST 2010 - meissner@suse.de
+
+- disable crash reporter for non x86/x86_64 to make it build.
+
 -------------------------------------------------------------------
 Sat Jul 24 12:42:58 CEST 2010 - wr@rosenauer.org
 
--- a/MozillaFirefox/MozillaFirefox.spec	Wed Jul 28 07:36:51 2010 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Wed Jul 28 09:35:41 2010 +0200
@@ -87,6 +87,11 @@
 ### build options
 %define branding 1
 %define localize 1 
+%ifarch ppc ppc64 s390 s390x ia64
+%define crashreporter    0
+%else
+%define crashreporter    1
+%endif
 ### build options end
 
 %description
@@ -359,7 +364,9 @@
 %{progdir}/%{progname}
 %{progdir}/application.ini
 %{progdir}/blocklist.xml
+%if %crashreporter
 %{progdir}/crashreporter-override.ini
+%endif
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/mime/packages/%{progname}.xml
 %{_datadir}/pixmaps/firefox*