diff options
Diffstat (limited to 'packages/dbus/dbus-glib-0.72/cross.patch')
-rw-r--r-- | packages/dbus/dbus-glib-0.72/cross.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/dbus/dbus-glib-0.72/cross.patch b/packages/dbus/dbus-glib-0.72/cross.patch new file mode 100644 index 0000000000..b3f41c8507 --- /dev/null +++ b/packages/dbus/dbus-glib-0.72/cross.patch @@ -0,0 +1,12 @@ +Index: dbus-glib-0.72/configure.ac +=================================================================== +--- dbus-glib-0.72.orig/configure.ac 2006-10-27 10:05:05.000000000 +0200 ++++ dbus-glib-0.72/configure.ac 2006-10-27 10:05:48.000000000 +0200 +@@ -571,6 +571,7 @@ + exit (0); + ]])], + [have_abstract_sockets=yes], ++ [have_abstract_sockets=no], + [have_abstract_sockets=no]) + AC_LANG_POP(C) + AC_MSG_RESULT($have_abstract_sockets) |