diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-04-25 16:19:13 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-04-25 16:19:13 +0000 |
commit | 6fbc01fd51f2cb1a9dea147c142919af09368647 (patch) | |
tree | bb94c1edb6f1faf8fe1cbe6cbb363e3cba06b8d1 /mail | |
parent | d78beb132cdff1572d8b545be1fb09eea396d6ae (diff) | |
download | ports-6fbc01fd51f2cb1a9dea147c142919af09368647.tar.gz ports-6fbc01fd51f2cb1a9dea147c142919af09368647.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/files/patch-bug1243312 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/thunderbird/files/patch-bug1243312 b/mail/thunderbird/files/patch-bug1243312 new file mode 100644 index 000000000000..43304b2750cb --- /dev/null +++ b/mail/thunderbird/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 +--- mozilla/toolkit/system/unixproxy/nsLibProxySettings.cpp ++++ mozilla/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" { |