SOURCES: openoffice.org-xulrunner.patch (NEW), openoffice.org-gcc.patch (RE...

arekm arekm at pld-linux.org
Sat Jul 19 10:19:35 CEST 2008


Author: arekm                        Date: Sat Jul 19 08:19:35 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix xulrunner; drop gcc patch and use gcc 4.3 patchkit

---- Files affected:
SOURCES:
   openoffice.org-xulrunner.patch (NONE -> 1.1)  (NEW), openoffice.org-gcc.patch (1.5 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: SOURCES/openoffice.org-xulrunner.patch
diff -u /dev/null SOURCES/openoffice.org-xulrunner.patch:1.1
--- /dev/null	Sat Jul 19 10:19:36 2008
+++ SOURCES/openoffice.org-xulrunner.patch	Sat Jul 19 10:19:29 2008
@@ -0,0 +1,11 @@
+--- config_office/configure.in~	2008-07-18 13:01:39.977133894 +0200
++++ config_office/configure.in	2008-07-18 20:47:51.991159521 +0200
+@@ -4170,7 +4170,7 @@
+ 
+     #e.g. http://fedoraproject.org/wiki/Releases/FeatureXULRunnerAPIChanges
+     #the plugin pkg-config etc. reverts to "mozilla-plugin" with libxul
+-    if test "$MOZ_FLAVOUR" == "libxul"; then
++    if test "$MOZ_FLAVOUR" == "libxul" -o "$MOZ_FLAVOUR" == "xulrunner"; then
+         MOZ_FLAVOUR="mozilla"
+     fi
+ 
================================================================


More information about the pld-cvs-commit mailing list