[Lunar-commits] <moonbase> firefox: fix the build (At least for PGO)

Zachary McGrew zmcgrew at lunar-linux.org
Sat Aug 8 16:07:57 CEST 2009


commit b844257995d72acd2364489b77421c3ee94107d9
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sat Aug 8 07:07:57 2009 -0700

    firefox: fix the build (At least for PGO)
---
 web/firefox/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/web/firefox/BUILD b/web/firefox/BUILD
index f56cf9a..f32efd6 100644
--- a/web/firefox/BUILD
+++ b/web/firefox/BUILD
@@ -1,4 +1,11 @@
 (
+
+  #Really? You go and call fprintf and don't #include <cstdio>?
+  #How exactly did you plan on doing that?!?!
+  sedit 's:<cstdlib>:<cstdlib>\n#include <cstdio>:g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc
+  sedit 's:<cstdlib>:<cstdlib>\n#include <cstdio>:g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc
+  sedit 's:<cstdlib>:<cstdlib>\n#include <cstdio>:g' mozilla-1.9.1/toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc
+
   if module_is_expired $MODULE && [ "$VERSION" != "`installed_version $MODULE`" ]; then
         set_module_config OLD_VER "`installed_version $MODULE`"
   fi  &&


More information about the Lunar-commits mailing list