packages: iceweasel/iceweasel.spec, iceweasel/iceweasel-ppc.patch (NEW) - t...

arekm arekm at pld-linux.org
Thu Jul 2 10:05:42 CEST 2009


Author: arekm                        Date: Thu Jul  2 08:05:42 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- try to fix ppc build

---- Files affected:
packages/iceweasel:
   iceweasel.spec (1.57 -> 1.58) , iceweasel-ppc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/iceweasel/iceweasel.spec
diff -u packages/iceweasel/iceweasel.spec:1.57 packages/iceweasel/iceweasel.spec:1.58
--- packages/iceweasel/iceweasel.spec:1.57	Thu Jul  2 09:33:57 2009
+++ packages/iceweasel/iceweasel.spec	Thu Jul  2 10:05:37 2009
@@ -39,6 +39,7 @@
 Patch8:		%{name}-pld-branding.patch
 Patch9:		%{name}-gcc44.patch
 Patch10:	%{name}-no-subshell.patch
+Patch11:	%{name}-ppc.patch
 URL:		http://www.pld-linux.org/Packages/Iceweasel
 %{?with_gnomevfs:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	automake
@@ -159,6 +160,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p2
+%patch11 -p1
 
 %build
 cd mozilla
@@ -506,6 +508,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2009/07/02 08:05:37  arekm
+- try to fix ppc build
+
 Revision 1.57  2009/07/02 07:33:57  arekm
 C: iceweasel-lang-resources < version
 

================================================================
Index: packages/iceweasel/iceweasel-ppc.patch
diff -u /dev/null packages/iceweasel/iceweasel-ppc.patch:1.1
--- /dev/null	Thu Jul  2 10:05:42 2009
+++ packages/iceweasel/iceweasel-ppc.patch	Thu Jul  2 10:05:37 2009
@@ -0,0 +1,17 @@
+--- mozilla/xpcom/glue/nsTArray.h~	2009-06-29 18:15:32.000000000 +0200
++++ mozilla/xpcom/glue/nsTArray.h	2009-07-02 09:49:47.623908821 +0200
+@@ -43,7 +43,14 @@
+ #include "nsQuickSort.h"
+ #include "nsDebug.h"
+ #include "nsTraceRefcnt.h"
++#ifdef inline
++#define crappy_inline inline
++#undef inline
++#endif
+ #include NEW_H
++#ifdef crappy_inline
++#define inline crappy_inline
++#endif
+ 
+ //
+ // This class serves as a base class for nsTArray.  It shouldn't be used
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iceweasel/iceweasel.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list