diff options
Diffstat (limited to 'sysutils/gvfs/patches/patch-aa')
-rw-r--r-- | sysutils/gvfs/patches/patch-aa | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/sysutils/gvfs/patches/patch-aa b/sysutils/gvfs/patches/patch-aa index 233df9ab395..7d2ce8bb1c8 100644 --- a/sysutils/gvfs/patches/patch-aa +++ b/sysutils/gvfs/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.6 2010/06/11 13:53:02 drochner Exp $ +$NetBSD: patch-aa,v 1.7 2010/06/19 13:57:47 drochner Exp $ ---- configure.orig 2010-05-27 04:02:32.000000000 +0000 +--- configure.orig 2009-11-30 12:06:16.000000000 +0100 +++ configure -@@ -16082,7 +16082,7 @@ $as_echo "#define HAVE_SAMBA /**/" >>con +@@ -17863,7 +17863,7 @@ if test "x$enable_gdu" != "xno"; then + msg_gdu=yes + fi + +- if test "x$msg_gdu" == "xyes"; then ++ if test "x$msg_gdu" = "xyes"; then + + pkg_failed=no + { $as_echo "$as_me:$LINENO: checking for GDU" >&5 +@@ -19679,7 +19679,7 @@ _ACEOF msg_samba="yes" if test x$with_samba_libs != x/usr/lib; then @@ -11,12 +20,12 @@ $NetBSD: patch-aa,v 1.6 2010/06/11 13:53:02 drochner Exp $ else SAMBA_LIBS="-lsmbclient" fi -@@ -16532,7 +16532,7 @@ _ACEOF +@@ -20911,7 +20911,7 @@ _ACEOF fi -if test "$ac_cv_func_statfs" = yes ; then +if test "$ac_cv_func_statvfs" != yes -a "$ac_cv_func_statfs" = yes ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking number of arguments to statfs()" >&5 + { $as_echo "$as_me:$LINENO: checking number of arguments to statfs()" >&5 $as_echo_n "checking number of arguments to statfs()... " >&6; } - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + cat >conftest.$ac_ext <<_ACEOF |