diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-06-21 21:12:31 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-06-21 21:12:31 +0000 |
commit | b114c704acc1ae20b9f25e0066b2b3117516b7c2 (patch) | |
tree | 6fc8b4915c54356a6fc00b58f388cf785d989d6a /www/firefox-esr/files/patch-ipc-chromium-src-base-file_util.h | |
parent | Fix build with with libpurple.8 (diff) |
- update to 5.0
- enable ipc, based on a patch by Pan Tsu <inyaoo@gmail.com>
Security: http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
Diffstat (limited to 'www/firefox-esr/files/patch-ipc-chromium-src-base-file_util.h')
-rw-r--r-- | www/firefox-esr/files/patch-ipc-chromium-src-base-file_util.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/firefox-esr/files/patch-ipc-chromium-src-base-file_util.h b/www/firefox-esr/files/patch-ipc-chromium-src-base-file_util.h new file mode 100644 index 000000000000..474da02969de --- /dev/null +++ b/www/firefox-esr/files/patch-ipc-chromium-src-base-file_util.h @@ -0,0 +1,13 @@ +--- ipc/chromium/src/base/file_util.h~ ++++ ipc/chromium/src/base/file_util.h +@@ -15,8 +15,9 @@ + #elif defined(ANDROID) + #include <sys/stat.h> + #elif defined(OS_POSIX) ++#include <sys/types.h> ++#include <sys/stat.h> + #include <fts.h> +-#include <sys/stat.h> + #endif + + #include <stdio.h> |