diff options
Diffstat (limited to 'devel/dbus/files/patch-tools_Makefile.in')
-rw-r--r-- | devel/dbus/files/patch-tools_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/dbus/files/patch-tools_Makefile.in b/devel/dbus/files/patch-tools_Makefile.in new file mode 100644 index 000000000000..8144c8a9888b --- /dev/null +++ b/devel/dbus/files/patch-tools_Makefile.in @@ -0,0 +1,11 @@ +--- tools/Makefile.in.orig Mon Jan 24 19:22:29 2005 ++++ tools/Makefile.in Mon Jan 24 19:22:47 2005 +@@ -314,7 +314,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_X_CFLAGS) $(DBUS_GTK_CFLAGS) -DDBUS_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" ++INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_X_CFLAGS) $(DBUS_GTK_CFLAGS) -DDBUS_LOCALEDIR=\"$(prefix)/share/locale\" + @HAVE_GLIB_FALSE@GLIB_TOOLS = + @HAVE_GLIB_TRUE@GLIB_TOOLS = dbus-monitor + @HAVE_GTK_FALSE@GTK_TOOLS = |