pidgin: 6a18a9cd: I have no idea why this only started bei...
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Fri May 16 17:10:42 EDT 2008
-----------------------------------------------------------------
Revision: 6a18a9cd29f81fa386f189bb598a15aa0abe0787
Ancestor: a1d611f60e95c75092532152273d1dc730e89bc1
Author: nosnilmot at pidgin.im
Date: 2008-05-16T21:01:24
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6a18a9cd29f81fa386f189bb598a15aa0abe0787
Modified files:
libpurple/dbus-maybe.h
ChangeLog:
I have no idea why this only started being an issue now, but as I was
checking to see if I could build the RPMs, dbus started complaining that
DBUS_API_SUBJECT_TO_CHANGE was not defined. Hopefully this fix will make
that unlikely to be a problem ever again.
-------------- next part --------------
============================================================
--- libpurple/dbus-maybe.h e07e4ea337a6408bd2f06d44adad566f360951c9
+++ libpurple/dbus-maybe.h ba0c3eef112a5c66a83e4855c85974f03a264987
@@ -8,6 +8,10 @@
#ifdef HAVE_DBUS
+#ifndef DBUS_API_SUBJECT_TO_CHANGE
+#define DBUS_API_SUBJECT_TO_CHANGE
+#endif
+
#include "dbus-server.h"
/* this provides a type check */
More information about the Commits
mailing list