diff options
Diffstat (limited to 'src/patches/xulbrowser_target.patch')
-rw-r--r-- | src/patches/xulbrowser_target.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/patches/xulbrowser_target.patch b/src/patches/xulbrowser_target.patch index 93750b3..b596941 100644 --- a/src/patches/xulbrowser_target.patch +++ b/src/patches/xulbrowser_target.patch @@ -2,17 +2,17 @@ mozilla/client.mk | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) -Index: mozclient/mozilla/client.mk +Index: mozclient-tmp/mozilla/client.mk =================================================================== ---- mozclient.orig/mozilla/client.mk -+++ mozclient/mozilla/client.mk -@@ -57,16 +57,17 @@ +--- mozclient-tmp.orig/mozilla/client.mk ++++ mozclient-tmp/mozilla/client.mk +@@ -55,16 +55,17 @@ + # export CVSROOT=:pserver:username%somedomain.org@cvs.mozilla.org:/cvsroot + # # You must specify which products/modules you wish to checkout, with # MOZ_CO_PROJECT and MOZ_CO_MODULE variables. # # MOZ_CO_PROJECT possibilities include the following: - # nss - # nspr # suite (Seamonkey suite) # browser (aka Firefox) +# xulbrowser (aka Firefox using libxul from xulrunner) @@ -24,12 +24,12 @@ Index: mozclient/mozilla/client.mk # camino # tamarin # -@@ -107,16 +108,17 @@ +@@ -104,16 +105,17 @@ + # MOZ_BUILD_PROJECTS + # AVAILABLE_PROJECTS = \ all \ - nss \ - nspr \ suite \ toolkit \ browser \ @@ -42,9 +42,9 @@ Index: mozclient/mozilla/client.mk camino \ necko \ tamarin \ -@@ -272,38 +274,67 @@ - editor/ui \ +@@ -260,38 +262,67 @@ extensions/reporter \ + extensions/spellcheck \ $(NULL) BOOTSTRAP_suite := \ |