[thunderbird-lightning] More gcc47 fixes

Orion Poplawski orion at fedoraproject.org
Fri Jan 6 04:06:28 UTC 2012


commit 70197394422e3c35fdb300d9313e99ccb81f8915
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Jan 5 21:06:25 2012 -0700

    More gcc47 fixes

 thunderbird-lightning-gcc47.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/thunderbird-lightning-gcc47.patch b/thunderbird-lightning-gcc47.patch
index c9be294..5d7ac0a 100644
--- a/thunderbird-lightning-gcc47.patch
+++ b/thunderbird-lightning-gcc47.patch
@@ -22,3 +22,14 @@ diff -up thunderbird-lightning-1.1/comm-beta/mozilla/ipc/chromium/src/base/messa
  
  #include "eintr_wrapper.h"
  #include "base/logging.h"
+diff -up thunderbird-lightning-1.1/comm-beta/mozilla/ipc/chromium/src/base/time_posix.cc.gcc47 thunderbird-lightning-1.1/comm-beta/mozilla/ipc/chromium/src/base/time_posix.cc
+--- thunderbird-lightning-1.1/comm-beta/mozilla/ipc/chromium/src/base/time_posix.cc.gcc47	2011-12-15 15:11:22.000000000 -0700
++++ thunderbird-lightning-1.1/comm-beta/mozilla/ipc/chromium/src/base/time_posix.cc	2012-01-05 21:06:14.040859405 -0700
+@@ -13,6 +13,7 @@
+ #else
+ #include <time.h>
+ #endif
++#include <unistd.h>
+ 
+ #include <limits>
+ 


More information about the scm-commits mailing list