aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-linux-include.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-06 10:17:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-06 10:17:07 +0000
commit6763782d6d859364421c60bd0cf5ca0e2654d369 (patch)
treec68cb2dddec1f05f4115f01fdc84e00a2816eac8 /testing/firefox/fix-linux-include.patch
parent6b569e8f6d6870029ee30d1caa6604be4d2152a8 (diff)
downloadaports-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.patch10
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"