diff options
Diffstat (limited to 'sysutils/tracker/files/patch-configure')
-rw-r--r-- | sysutils/tracker/files/patch-configure | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/sysutils/tracker/files/patch-configure b/sysutils/tracker/files/patch-configure new file mode 100644 index 000000000..4a2ce7c98 --- /dev/null +++ b/sysutils/tracker/files/patch-configure @@ -0,0 +1,55 @@ +--- configure.orig 2013-04-15 09:16:49.494751210 +0000 ++++ configure 2013-04-15 09:16:52.902751762 +0000 +@@ -24090,14 +24090,14 @@ + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1 >= \$DBUS_REQUIRED +- hal >= \$HAL_REQUIRED\""; } >&5 ++ hal >= \$HAL_REQUIRED dbus-glib-1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "dbus-1 >= $DBUS_REQUIRED +- hal >= $HAL_REQUIRED") 2>&5 ++ hal >= $HAL_REQUIRED dbus-glib-1") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_HAL_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 >= $DBUS_REQUIRED +- hal >= $HAL_REQUIRED" 2>/dev/null` ++ hal >= $HAL_REQUIRED dbus-glib-1" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -24110,14 +24110,16 @@ + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"dbus-1 >= \$DBUS_REQUIRED +- hal >= \$HAL_REQUIRED\""; } >&5 ++ hal >= \$HAL_REQUIRED dbus-glib-1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "dbus-1 >= $DBUS_REQUIRED +- hal >= $HAL_REQUIRED") 2>&5 ++ hal >= $HAL_REQUIRED ++ dbus-glib") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_HAL_LIBS=`$PKG_CONFIG --libs "dbus-1 >= $DBUS_REQUIRED +- hal >= $HAL_REQUIRED" 2>/dev/null` ++ hal >= $HAL_REQUIRED ++ dbus-glib-1" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -24139,10 +24141,12 @@ + fi + if test $_pkg_short_errors_supported = yes; then + HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "dbus-1 >= $DBUS_REQUIRED +- hal >= $HAL_REQUIRED" 2>&1` ++ hal >= $HAL_REQUIRED ++ dbus-glib-1" 2>&1` + else + HAL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "dbus-1 >= $DBUS_REQUIRED +- hal >= $HAL_REQUIRED" 2>&1` ++ hal >= $HAL_REQUIRED ++ dbus-glib" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$HAL_PKG_ERRORS" >&5 |