diff options
Diffstat (limited to 'net-news/blam/files/blam-1.6.0-gecko-fix.diff')
-rw-r--r-- | net-news/blam/files/blam-1.6.0-gecko-fix.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-news/blam/files/blam-1.6.0-gecko-fix.diff b/net-news/blam/files/blam-1.6.0-gecko-fix.diff new file mode 100644 index 000000000000..a12350274359 --- /dev/null +++ b/net-news/blam/files/blam-1.6.0-gecko-fix.diff @@ -0,0 +1,15 @@ +diff -aur blam-1.6.0/libblam/blam-gecko-utils.cpp blam-1.6.0-gecko-fix/libblam/blam-gecko-utils.cpp +--- blam-1.6.0/libblam/blam-gecko-utils.cpp 2004-10-23 10:10:52.000000000 -0400 ++++ blam-1.6.0-gecko-fix/libblam/blam-gecko-utils.cpp 2004-10-25 10:43:04.752486280 -0400 +@@ -31,11 +31,8 @@ + #include <nsEmbedString.h> + #include <nsIPrefService.h> + #include <nsIServiceManager.h> +-#include <nsIWindowWatcher.h> +-#include <nsIIOService.h> + #include <nsISupportsPrimitives.h> + #include <nsILocalFile.h> +-#include <nsIURI.h> + + #if defined (HAVE_CHROME_NSICHROMEREGISTRYSEA_H) + #include <chrome/nsIChromeRegistrySea.h> |