diff options
author | Fabien Tassin <fta@sofaraway.org> | 2007-10-12 22:12:04 +0000 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2007-10-12 22:12:04 +0000 |
commit | fac783644f9aeab32e9e88c8a85da7a1641a374c (patch) | |
tree | 9d73bffbfe6f762cb2a7380737595d3d420b271f /patches | |
parent | a4499df1daab14b41f5f14df3422db4647e90190 (diff) |
* Add mozilla/probes to xulbrowser target as it's now needed by firefox-3.0
- update patches/xulbrowser_target.patch
Diffstat (limited to 'patches')
-rw-r--r-- | patches/xulbrowser_target.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/patches/xulbrowser_target.patch b/patches/xulbrowser_target.patch index 520a02a..93750b3 100644 --- a/patches/xulbrowser_target.patch +++ b/patches/xulbrowser_target.patch @@ -1,11 +1,11 @@ --- - mozilla/client.mk | 36 +++++++++++++++++++++++++++++++++--- - 1 file changed, 33 insertions(+), 3 deletions(-) + mozilla/client.mk | 37 ++++++++++++++++++++++++++++++++++--- + 1 file changed, 34 insertions(+), 3 deletions(-) Index: mozclient/mozilla/client.mk =================================================================== ---- mozclient.orig/mozilla/client.mk 2007-09-03 00:16:07.000000000 +0200 -+++ mozclient/mozilla/client.mk 2007-09-03 00:22:58.000000000 +0200 +--- mozclient.orig/mozilla/client.mk ++++ mozclient/mozilla/client.mk @@ -57,16 +57,17 @@ # You must specify which products/modules you wish to checkout, with # MOZ_CO_PROJECT and MOZ_CO_MODULE variables. @@ -42,7 +42,7 @@ Index: mozclient/mozilla/client.mk camino \ necko \ tamarin \ -@@ -272,38 +274,66 @@ +@@ -272,38 +274,67 @@ editor/ui \ extensions/reporter \ $(NULL) @@ -70,6 +70,7 @@ Index: mozclient/mozilla/client.mk + mozilla/toolkit \ + mozilla/xpinstall \ + mozilla/browser \ ++ mozilla/probes \ + mozilla/other-licenses/branding/firefox \ + mozilla/other-licenses/7zstub/firefox \ + $(NULL) |