diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-10 16:26:52 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-06-10 16:26:52 +0000 |
commit | 27a6942b21d68f71e36865d3e167a08cdab88f65 (patch) | |
tree | cdabcdb527cf32d568fa9f871e968611695ae212 /audio/mangler/files/patch-src_manglerintegration.h | |
parent | Over to new volunteer (diff) |
Update to 1.2.2
PR: ports/157711
Submitted by: Janik Galasso <janik@hikarihq.com> (maintainer)
Approved by: bapt (mentor)
Notes
Notes:
svn path=/head/; revision=275314
Diffstat (limited to 'audio/mangler/files/patch-src_manglerintegration.h')
-rw-r--r-- | audio/mangler/files/patch-src_manglerintegration.h | 18 |
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> |