[Lunar-commits] <moonbase> thunderbird: fixed build People, before just bumping version number first compile it to make sure it is compilable and works!

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu Aug 12 03:37:12 CEST 2010


commit c468f1539a54b65cb29ba0e270bb3a61d0ae7ea4
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu Aug 12 03:37:12 2010 +0200

    thunderbird: fixed build
    People, before just bumping version number first compile it to make sure it is compilable and works!
---
 mail/thunderbird/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 5869723..b10e526 100644
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -2,6 +2,9 @@
 
   COMM_VER=comm-1.9.2
 
+  # Google again have missing headers
+  sedit 's:#include <sys/mman.h>:#include <sys/mman.h>\n#include <sys/stat.h>:' $COMM_VER/mozilla/toolkit/crashreporter/google-breakpad/src/common/linux/file_id.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