1 $NetBSD: patch-aa,v 1.8 2010/11/16 13:57:28 drochner Exp $
3 * killed -DG_DISABLED_DEPRECATED, so msg_gconf_gio will be built even with
8 --- configure.orig 2011-03-21 16:02:39.000000000 +0000
10 @@ -15633,8 +15633,8 @@ fi
13 if test -n "$PKG_CONFIG" && \
14 - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0 <= 2.27.1\""; } >&5
15 - ($PKG_CONFIG --exists --print-errors "gio-2.0 <= 2.27.1") 2>&5
16 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5
17 + ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
19 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20 test $ac_status = 0; }; then
21 @@ -16928,7 +16928,7 @@ $as_echo "#define HAVE_SAMBA /**/" >>con
24 if test x$with_samba_libs != x/usr/lib; then
25 - SAMBA_LIBS="-L$with_samba_libs -lsmbclient"
26 + SAMBA_LIBS="-L$with_samba_libs -lsmbclient -Wl,-R$with_samba_libs"
28 SAMBA_LIBS="-lsmbclient"
30 @@ -17376,7 +17376,7 @@ _ACEOF
34 -if test "$ac_cv_func_statfs" = yes ; then
35 +if test "$ac_cv_func_statvfs" != yes -a "$ac_cv_func_statfs" = yes ; then
36 { $as_echo "$as_me:${as_lineno-$LINENO}: checking number of arguments to statfs()" >&5
37 $as_echo_n "checking number of arguments to statfs()... " >&6; }
38 cat confdefs.h - <<_ACEOF >conftest.$ac_ext