diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-08-01 14:15:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-01 14:15:54 +0000 |
commit | 0bd6a7b89f81b97120760916bc6fad5ee5042cd2 (patch) | |
tree | 4619e6ef474f7255fc74f5d5b39f5932e1767e32 /packages/totem/totem-0.101/include.patch | |
parent | 34f09a6ee266d39ef86c438fcb0cbad0faabc36f (diff) |
added totem 0.101 - BROKEN due to lack of 'libnautilus-burn' package (or option to disable it)
Diffstat (limited to 'packages/totem/totem-0.101/include.patch')
-rw-r--r-- | packages/totem/totem-0.101/include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/totem/totem-0.101/include.patch b/packages/totem/totem-0.101/include.patch new file mode 100644 index 0000000000..6e99c4e21e --- /dev/null +++ b/packages/totem/totem-0.101/include.patch @@ -0,0 +1,11 @@ +--- totem-0.99.15/src/video-utils.c 2004-07-03 16:54:31.000000000 -0700 ++++ totem-0.99.15.new/src/video-utils.c 2004-08-04 11:03:30.822669856 -0700 +@@ -4,7 +4,7 @@ + #include "video-utils.h" + + #include <glib/gi18n.h> +-#include <libintl.h> ++/* #include <libintl.h> */ + + #include <gdk/gdk.h> + #include <gdk/gdkx.h> |