diff options
Diffstat (limited to 'meta/packages/telepathy/libtelepathy')
-rw-r--r-- | meta/packages/telepathy/libtelepathy/doublefix.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/telepathy/libtelepathy/doublefix.patch b/meta/packages/telepathy/libtelepathy/doublefix.patch new file mode 100644 index 000000000..5ff1c436d --- /dev/null +++ b/meta/packages/telepathy/libtelepathy/doublefix.patch @@ -0,0 +1,16 @@ +Fix double reference to this file to work with recent autoconf+automake + +RP 1/2/10 + +Index: libtelepathy-0.3.3/src/Makefile.am +=================================================================== +--- libtelepathy-0.3.3.orig/src/Makefile.am 2010-02-01 13:13:50.869038984 +0000 ++++ libtelepathy-0.3.3/src/Makefile.am 2010-02-01 13:14:23.267789456 +0000 +@@ -27,7 +27,6 @@ + tp-chan-type-text-gen.h \ + tp-chan-type-tubes-gen.h \ + tp-conn-iface-aliasing-gen.h \ +- tp-conn-iface-avatars-gen.h \ + tp-conn-iface-capabilities-gen.h \ + tp-conn-iface-contact-info-gen.h \ + tp-conn-iface-forwarding-gen.h \ |