diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-28 19:06:28 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-28 19:06:28 -0300 |
commit | 260ea241d630ac59d3660bd4ceb226b62215df30 (patch) | |
tree | 466126f55b66005651f0b7802330f38753096551 /libre | |
parent | c6c37768748923c11132ea1e5e0e033445840f64 (diff) | |
download | abslibre-260ea241d630ac59d3660bd4ceb226b62215df30.tar.gz abslibre-260ea241d630ac59d3660bd4ceb226b62215df30.tar.bz2 abslibre-260ea241d630ac59d3660bd4ceb226b62215df30.zip |
iceweasel-libre-12.0-3: adding some lines in gcc47.patch
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/iceweasel-libre/gcc47.patch | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 3b93a4c0e..fb20609c1 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -60,7 +60,7 @@ md5sums=('b45f57bfe21b0e6db4f0683e794917cb' 'e529742c0a425648087bc3ce537fe4c5' 'f1c76e7e244257856a386ca2de69bdf0' '0d053487907de4376d67d8f499c5502b' - '79e471e0bd03b1d4e84fd3a6776bd619') + '7bd09833d59b5768c224d7d1575a69b8') if [ "$_pkgname" != "$pkgname" ]; then provides+=("$_pkgname=$pkgver") diff --git a/libre/iceweasel-libre/gcc47.patch b/libre/iceweasel-libre/gcc47.patch index 829d59510..e99a05dfc 100644 --- a/libre/iceweasel-libre/gcc47.patch +++ b/libre/iceweasel-libre/gcc47.patch @@ -73,3 +73,15 @@ diff --git a/ipc/chromium/src/base/time_posix.cc b/ipc/chromium/src/base/time_po #include "base/logging.h" namespace base { + +diff --git a/gfx/thebes/gfxPlatform.cpp b/gfx/thebes/gfxPlatform.cpp +--- a/gfx/thebes/gfxPlatform.cpp ++++ b/gfx/thebes/gfxPlatform.cpp +@@ -39,6 +39,7 @@ + #define FORCE_PR_LOG /* Allow logging in the release build */ + #endif + #include "prlog.h" ++#include <unistd.h> + + #include "gfxPlatform.h" + |