diff options
Diffstat (limited to 'net-im/empathy/files')
-rw-r--r-- | net-im/empathy/files/patch-configure | 13 | ||||
-rw-r--r-- | net-im/empathy/files/patch-libempathy_emapth-tp-file.c | 10 | ||||
-rw-r--r-- | net-im/empathy/files/patch-libempathy_empathy-auth-factory.c | 10 | ||||
-rw-r--r-- | net-im/empathy/files/patch-src_Makefile.in | 27 |
4 files changed, 0 insertions, 60 deletions
diff --git a/net-im/empathy/files/patch-configure b/net-im/empathy/files/patch-configure deleted file mode 100644 index 300f783e4..000000000 --- a/net-im/empathy/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2010-11-18 17:41:43.000000000 +0100 -+++ configure 2010-11-18 17:41:43.000000000 +0100 -@@ -13390,8 +13390,8 @@ - .SECONDARY: $(gsettings_SCHEMAS) - - gsettings__base_list = \ -- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ -- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" -+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ -+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' - - install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) - @$(NORMAL_INSTALL) diff --git a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c b/net-im/empathy/files/patch-libempathy_emapth-tp-file.c deleted file mode 100644 index 58ac2a65b..000000000 --- a/net-im/empathy/files/patch-libempathy_emapth-tp-file.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libempathy/empathy-tp-file.c.orig 2009-06-15 18:52:39.000000000 +0200 -+++ libempathy/empathy-tp-file.c 2009-06-15 18:53:45.000000000 +0200 -@@ -29,6 +29,7 @@ - #include <arpa/inet.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <sys/un.h> - - #include <glib/gi18n-lib.h> diff --git a/net-im/empathy/files/patch-libempathy_empathy-auth-factory.c b/net-im/empathy/files/patch-libempathy_empathy-auth-factory.c deleted file mode 100644 index 879313c5b..000000000 --- a/net-im/empathy/files/patch-libempathy_empathy-auth-factory.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libempathy/empathy-auth-factory.c.orig 2011-12-07 17:19:17.000000000 +0000 -+++ libempathy/empathy-auth-factory.c 2011-12-07 17:19:45.000000000 +0000 -@@ -23,6 +23,7 @@ - #include <telepathy-glib/interfaces.h> - #include <telepathy-glib/simple-handler.h> - #include <telepathy-glib/util.h> -+#include <telepathy-glib/channel-dispatch-operation.h> - - #define DEBUG_FLAG EMPATHY_DEBUG_TLS - #include "empathy-debug.h" diff --git a/net-im/empathy/files/patch-src_Makefile.in b/net-im/empathy/files/patch-src_Makefile.in deleted file mode 100644 index ef7ba8546..000000000 --- a/net-im/empathy/files/patch-src_Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- src/Makefile.in.orig 2013-03-12 21:11:24.000000000 +0000 -+++ src/Makefile.in 2013-03-12 21:12:10.000000000 +0000 -@@ -1688,24 +1688,6 @@ - $(AM_V_GEN)echo "#include \"src-marshal.h\"" > $@ && \ - $(GLIB_GENMARSHAL) --body --prefix=_$(subst -,_,$*)_marshal $< >> $*-marshal.c - --# rules for making the glib enum objects --%-enumtypes.h: %.h Makefile.in -- $(AM_V_GEN)glib-mkenums \ -- --fhead "#ifndef __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n#define __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \ -- --fprod "/* enumerations from \"@filename@\" */\n" \ -- --vhead "GType @enum_name@_get_type (void);\n#define $(shell echo $* | tr [:lower:]- [:upper:]_ | sed 's/_.*//')_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ -- --ftail "G_END_DECLS\n\n#endif /* __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__ */" \ -- $< > $@ -- --%-enumtypes.c: %.h Makefile.in -- $(AM_V_GEN)glib-mkenums \ -- --fhead "#include <$*.h>\n#include <$*-enumtypes.h>" \ -- --fprod "\n/* enumerations from \"@filename@\" */" \ -- --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ -- --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@VALUENAME@\" }," \ -- --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ -- $< > $@ -- - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |