summaryrefslogtreecommitdiff
path: root/sysutils/gvfs/patches/patch-aa
blob: 7d2ce8bb1c896c24a23821290fd15da268332b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$NetBSD: patch-aa,v 1.7 2010/06/19 13:57:47 drochner Exp $

--- configure.orig	2009-11-30 12:06:16.000000000 +0100
+++ configure
@@ -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
-                        SAMBA_LIBS="-L$with_samba_libs -lsmbclient"
+                        SAMBA_LIBS="-L$with_samba_libs -lsmbclient -Wl,-R$with_samba_libs"
                 else
                 	SAMBA_LIBS="-lsmbclient"
                 fi
@@ -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:$LINENO: checking number of arguments to statfs()" >&5
 $as_echo_n "checking number of arguments to statfs()... " >&6; }
   cat >conftest.$ac_ext <<_ACEOF