diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:14:29 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-07 04:14:29 +0000 |
commit | 6203c48873229d3315345ed36580af4124815d59 (patch) | |
tree | 5c2776a9c1354431ce2c9bcd82c23edac54c04c2 /media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch | |
parent | add libxklavier to gnome 2.16 mask (diff) | |
download | gentoo-2-6203c48873229d3315345ed36580af4124815d59.tar.gz gentoo-2-6203c48873229d3315345ed36580af4124815d59.tar.bz2 gentoo-2-6203c48873229d3315345ed36580af4124815d59.zip |
gnome 2.16
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch')
-rw-r--r-- | media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch b/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch new file mode 100644 index 000000000000..41d953935864 --- /dev/null +++ b/media-video/totem/files/totem-1.5.91-mozilla-firefox-include-fix.patch @@ -0,0 +1,13 @@ +--- browser-plugin/totemPlugin.cpp.orig 2006-08-15 23:29:30.000000000 -0500 ++++ browser-plugin/totemPlugin.cpp 2006-08-15 23:29:43.000000000 -0500 +@@ -42,8 +42,8 @@ + #include "npapi.h" + #include "npupp.h" + +-#include <nsIDOMWindow.h> +-#include <nsIURI.h> ++#include <dom/nsIDOMWindow.h> ++#include <necko/nsIURI.h> + #include <nsEmbedString.h> + #include <nsIInterfaceRequestor.h> + #include <nsIInterfaceRequestorUtils.h> |