diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-06 10:17:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-06 10:17:07 +0000 |
commit | 6763782d6d859364421c60bd0cf5ca0e2654d369 (patch) | |
tree | c68cb2dddec1f05f4115f01fdc84e00a2816eac8 /testing/firefox/fix-linux-include.patch | |
parent | 6b569e8f6d6870029ee30d1caa6604be4d2152a8 (diff) | |
download | aports-6763782d6d859364421c60bd0cf5ca0e2654d369.tar.bz2 aports-6763782d6d859364421c60bd0cf5ca0e2654d369.tar.xz |
testing/firefox: upgrade to 36.0.1
Diffstat (limited to 'testing/firefox/fix-linux-include.patch')
-rw-r--r-- | testing/firefox/fix-linux-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/firefox/fix-linux-include.patch b/testing/firefox/fix-linux-include.patch new file mode 100644 index 0000000000..d625557cf9 --- /dev/null +++ b/testing/firefox/fix-linux-include.patch @@ -0,0 +1,10 @@ +--- ./xpcom/io/nsLocalFileUnix.cpp.orig ++++ ./xpcom/io/nsLocalFileUnix.cpp +@@ -28,6 +28,7 @@ + #define USE_LINUX_QUOTACTL + #include <sys/mount.h> + #include <sys/quota.h> ++#include <linux/fs.h> + #endif + + #include "xpcom-private.h" |