]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- one more mozilla flavour
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Dec 2006 20:23:21 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice.org-seamonkey.diff -> 1.1

openoffice.org-seamonkey.diff [new file with mode: 0644]

diff --git a/openoffice.org-seamonkey.diff b/openoffice.org-seamonkey.diff
new file mode 100644 (file)
index 0000000..4ec8bc2
--- /dev/null
@@ -0,0 +1,22 @@
+--- config_office/configure.in.orig    2006-11-03 15:25:09.000000000 +0100
++++ config_office/configure.in 2006-12-23 19:18:45.261353656 +0100
+@@ -52,6 +52,10 @@
+ [  --with-firefox          Use Firefox instead of Mozilla Suite for building.
+                           Only honoured with --with-system-mozilla
+ ],,)
++AC_ARG_WITH(seamonkey,
++[  --with-seamonkey        Use Seamonkey instead of Mozilla Suite for building.
++                          Only honoured with --with-system-mozilla
++],,)
+ AC_ARG_WITH(xulrunner,
+ [  --with-xulrunner        Use XULRunner instead of Mozilla Suite for building.
+                           Only honoured with --with-system-mozilla
+@@ -3328,6 +3332,8 @@
+     AC_MSG_CHECKING([which Mozilla flavour to use])
+     if test -n "$with_firefox" && test "$with_firefox" != "no"; then
+       MOZ_FLAVOUR=firefox
++    elif test -n "$with_seamonkey" && test "$with_seamonkey" != "no"; then
++      MOZ_FLAVOUR=seamonkey
+     elif test -n "$with_xulrunner" && test "$with_xulrunner" != "no"; then
+       MOZ_FLAVOUR=xulrunner
+     else
This page took 0.059766 seconds and 4 git commands to generate.