summaryrefslogtreecommitdiff
path: root/audio/mangler/files/patch-src_manglerintegration.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mangler/files/patch-src_manglerintegration.h')
-rw-r--r--audio/mangler/files/patch-src_manglerintegration.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/mangler/files/patch-src_manglerintegration.h b/audio/mangler/files/patch-src_manglerintegration.h
deleted file mode 100644
index f2419ceb1cab..000000000000
--- a/audio/mangler/files/patch-src_manglerintegration.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/manglerintegration.h.orig 2010-08-05 02:56:16.000000000 +0200
-+++ src/manglerintegration.h 2010-11-22 21:53:01.000000000 +0100
-@@ -37,6 +37,15 @@
- # include <dbus/dbus-glib.h>
- # include <dbus/dbus-glib-lowlevel.h>
- #endif
-+/* bad I know but dbus clashes with gdbus.
-+ * These are defined in dbus and giomm with the same values.
-+ */
-+#undef DBUS_MESSAGE_TYPE_INVALID
-+#undef DBUS_MESSAGE_TYPE_METHOD_CALL
-+#undef DBUS_MESSAGE_TYPE_METHOD_RETURN
-+#undef DBUS_MESSAGE_TYPE_ERROR
-+#undef DBUS_MESSAGE_TYPE_SIGNAL
-+
- #include <glib.h>
- #include <gtkmm.h>
- #include <string.h>