Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / gvfs / patches / patch-aa
blob5564b8033d0bf5c5bf822157f7a245b3bcd59a64
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
4   gio-2.0>2.27.1
5 * add RPATH for samba
8 --- configure.orig      2011-03-21 16:02:39.000000000 +0000
9 +++ configure
10 @@ -15633,8 +15633,8 @@ fi
12  msg_gconf_gio=no
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
18    ac_status=$?
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
23                 msg_samba="yes"
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"
27                  else
28                         SAMBA_LIBS="-lsmbclient"
29                  fi
30 @@ -17376,7 +17376,7 @@ _ACEOF
31  fi
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