aboutsummaryrefslogtreecommitdiff
path: root/www/libxul
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-04-25 16:19:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-04-25 16:19:13 +0000
commit6fbc01fd51f2cb1a9dea147c142919af09368647 (patch)
treebb94c1edb6f1faf8fe1cbe6cbb363e3cba06b8d1 /www/libxul
parentd78beb132cdff1572d8b545be1fb09eea396d6ae (diff)
downloadports-6fbc01fd51f2cb1a9dea147c142919af09368647.tar.gz
ports-6fbc01fd51f2cb1a9dea147c142919af09368647.zip
gecko: unbreak build with LIBPROXY=on
PR: 208855 Reported by: Ting-Wei Lan, Walter Schwarzenfeld Submitted by: cmt via r401981
Notes
Notes: svn path=/head/; revision=414020
Diffstat (limited to 'www/libxul')
-rw-r--r--www/libxul/files/patch-bug124331221
1 files changed, 21 insertions, 0 deletions
diff --git a/www/libxul/files/patch-bug1243312 b/www/libxul/files/patch-bug1243312
new file mode 100644
index 000000000000..29ddf7bf47fc
--- /dev/null
+++ b/www/libxul/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" {