Author: qboosh Date: Tue Dec 26 20:23:26 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - one more mozilla flavour
---- Files affected: SOURCES: openoffice.org-seamonkey.diff (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/openoffice.org-seamonkey.diff diff -u /dev/null SOURCES/openoffice.org-seamonkey.diff:1.1 --- /dev/null Tue Dec 26 21:23:26 2006 +++ SOURCES/openoffice.org-seamonkey.diff Tue Dec 26 21:23:21 2006 @@ -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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
