summaryrefslogtreecommitdiff
path: root/devel/dbus/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dbus/files')
-rw-r--r--devel/dbus/files/patch-configure15
-rw-r--r--devel/dbus/files/patch-tools_Makefile.in11
2 files changed, 23 insertions, 3 deletions
diff --git a/devel/dbus/files/patch-configure b/devel/dbus/files/patch-configure
index 98ece7edce20..ef1ca83825a3 100644
--- a/devel/dbus/files/patch-configure
+++ b/devel/dbus/files/patch-configure
@@ -1,6 +1,15 @@
---- configure.orig Sat Aug 14 00:37:06 2004
-+++ configure Sat Aug 14 00:37:06 2004
-@@ -26181,14 +26181,14 @@
+--- configure.orig Mon Jan 24 17:28:13 2005
++++ configure Mon Jan 24 19:20:14 2005
+@@ -4342,7 +4342,7 @@
+
+ case " $CFLAGS " in
+ *[\ \ ]-Wfloat-equal[\ \ ]*) ;;
+- *) CFLAGS="$CFLAGS -Wfloat-equal" ;;
++ *) CFLAGS="$CFLAGS" ;;
+ esac
+
+ case " $CFLAGS " in
+@@ -26195,14 +26195,14 @@
echo "${ECHO_T}not found" >&6
fi
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 =