diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2013-02-19 23:53:07 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2013-02-19 23:53:07 +0000 |
| commit | d39d92427cf19e39875ec26ae210fabeb83cbef7 (patch) | |
| tree | 66e4b5fe2e01745bb6976e49907691f64a0c9d3b /www/libxul19/files/patch-bug778078 | |
| parent | - Support using OpenSSL from ports (diff) | |
- update firefox to 19.0
- update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3
- update linux-seamonkey to 2.16
- update nspr to 4.9.5
- update nss to 3.14.3
- add DuckDuckGo search plugin to firefox [1]
- mark kompozer deprecated
- clang fixes for www/libxul19 [2]
Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html
Submitted by: DuckDuckGo [1], dim [2]
In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to '')
| -rw-r--r-- | www/libxul19/files/patch-bug778078 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/libxul19/files/patch-bug778078 b/www/libxul19/files/patch-bug778078 index c3d42c391a98..c87fea1f5563 100644 --- a/www/libxul19/files/patch-bug778078 +++ b/www/libxul19/files/patch-bug778078 @@ -1,6 +1,14 @@ --- toolkit/xre/nsAppRunner.cpp~ +++ toolkit/xre/nsAppRunner.cpp -@@ -3046,7 +3046,7 @@ XRE_main(int argc, char* argv[], const n +@@ -640,6 +640,7 @@ class nsXULAppInfo : public nsIXULAppInf + + { + public: ++ nsXULAppInfo() {} + NS_DECL_ISUPPORTS_INHERITED + NS_DECL_NSIXULAPPINFO + NS_DECL_NSIXULRUNTIME +@@ -3046,7 +3047,7 @@ XRE_main(int argc, char* argv[], const n QApplication app(gArgc, gArgv); #endif #if defined(MOZ_WIDGET_GTK2) |
