aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-01-25 08:26:17 +0800
committermarcus <marcus@FreeBSD.org>2005-01-25 08:26:17 +0800
commit4e9df10fbf8d1f85ac4489f231e1c7e8f0fbf709 (patch)
tree9879b286d1292db5c5816cc0f209c00dd9dc62ed /devel/dbus/files
parent800beadd75d9641e9126fc218d71ff8e807acedc (diff)
downloadfreebsd-ports-gnome-4e9df10fbf8d1f85ac4489f231e1c7e8f0fbf709.tar.gz
freebsd-ports-gnome-4e9df10fbf8d1f85ac4489f231e1c7e8f0fbf709.tar.zst
freebsd-ports-gnome-4e9df10fbf8d1f85ac4489f231e1c7e8f0fbf709.zip
* Fix build on 4.X
* Fix the locale directory in the tools build
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 =