diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-26 00:19:13 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-26 00:19:13 +0800 |
commit | 4a6fa9eee3907ea2ff6d70937fc8f168f58426a0 (patch) | |
tree | bb94c1edb6f1faf8fe1cbe6cbb363e3cba06b8d1 /www/firefox | |
parent | edc4b1a149e328e94d71fd41a78496b9387bd43e (diff) | |
download | freebsd-ports-gnome-4a6fa9eee3907ea2ff6d70937fc8f168f58426a0.tar.gz freebsd-ports-gnome-4a6fa9eee3907ea2ff6d70937fc8f168f58426a0.tar.zst freebsd-ports-gnome-4a6fa9eee3907ea2ff6d70937fc8f168f58426a0.zip |
gecko: unbreak build with LIBPROXY=on
PR: 208855
Reported by: Ting-Wei Lan, Walter Schwarzenfeld
Submitted by: cmt via r401981
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/files/patch-bug1243312 | 21 | ||||
-rw-r--r-- | www/firefox/files/patch-toolkit_system_unixproxy_nsLibProxySettings.cpp | 10 |
2 files changed, 21 insertions, 10 deletions
diff --git a/www/firefox/files/patch-bug1243312 b/www/firefox/files/patch-bug1243312 new file mode 100644 index 000000000000..29ddf7bf47fc --- /dev/null +++ b/www/firefox/files/patch-bug1243312 @@ -0,0 +1,21 @@ +commit a5c6f19 +Author: Dragana Damjanovic <dd.mozilla@gmail.com> +Date: Wed Jan 27 01:47:00 2016 +0100 + + Bug 1243312 - nsNetCID is missing in toolkit/system/unixproxy/nsLibProxySettings.cpp. r=jduell +--- + toolkit/system/unixproxy/nsLibProxySettings.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git toolkit/system/unixproxy/nsLibProxySettings.cpp toolkit/system/unixproxy/nsLibProxySettings.cpp +index f6ec377..e9179c1 100644 +--- toolkit/system/unixproxy/nsLibProxySettings.cpp ++++ toolkit/system/unixproxy/nsLibProxySettings.cpp +@@ -9,6 +9,7 @@ + #include "nsIURI.h" + #include "nsString.h" + #include "nsCOMPtr.h" ++#include "nsNetCID.h" + #include "nspr.h" + + extern "C" { diff --git a/www/firefox/files/patch-toolkit_system_unixproxy_nsLibProxySettings.cpp b/www/firefox/files/patch-toolkit_system_unixproxy_nsLibProxySettings.cpp deleted file mode 100644 index 57101a3f1d2d..000000000000 --- a/www/firefox/files/patch-toolkit_system_unixproxy_nsLibProxySettings.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- toolkit/system/unixproxy/nsLibProxySettings.cpp.orig 2015-10-29 22:18:00 UTC -+++ toolkit/system/unixproxy/nsLibProxySettings.cpp -@@ -9,6 +9,7 @@ - #include "nsIURI.h" - #include "nsString.h" - #include "nsCOMPtr.h" -+#include "nsNetCID.h" - #include "nspr.h" - - extern "C" { |