summaryrefslogtreecommitdiff
path: root/filesystems/fuse-bindfs/patches/patch-aa
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2010-02-01 13:36:43 +0000
committerjmmv <jmmv@pkgsrc.org>2010-02-01 13:36:43 +0000
commit3f5a309da65b049f7362cf1d4b34c1c259c74c03 (patch)
tree60ece153e7b184e250c3a0e918baddb8b0adcd70 /filesystems/fuse-bindfs/patches/patch-aa
parent45c65708378a9bceecf9f807fc043f2fdc303470 (diff)
downloadpkgsrc-3f5a309da65b049f7362cf1d4b34c1c259c74c03.tar.gz
Initial import of fuse-bindfs-1.8.4:
bindfs is a FUSE filesystem for mounting a directory to another location, similar to 'mount --bind' in Linux or unionfs in BSD. The permissions in the mountpoint can be altered through various rules.
Diffstat (limited to 'filesystems/fuse-bindfs/patches/patch-aa')
-rw-r--r--filesystems/fuse-bindfs/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/filesystems/fuse-bindfs/patches/patch-aa b/filesystems/fuse-bindfs/patches/patch-aa
new file mode 100644
index 00000000000..a759ce69985
--- /dev/null
+++ b/filesystems/fuse-bindfs/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/02/01 13:36:43 jmmv Exp $
+
+--- configure.orig 2010-02-01 13:18:14.000000000 +0000
++++ configure
+@@ -10322,7 +10322,7 @@ fi
+
+
+
+-if test x"$enable_debug" == "xyes" ; then
++if test x"$enable_debug" = "xyes" ; then
+ CFLAGS="${CFLAGS} -g -O0 -DMALLOC_CHECK_=2"
+
+ $as_echo "#define BINDFS_DEBUG 1" >>confdefs.h
+@@ -10331,7 +10331,7 @@ else
+ CFLAGS="${CFLAGS} -O2"
+ fi
+
+-if test x"$with_core_foundation" == "xyes" ; then
++if test x"$with_core_foundation" = "xyes" ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Linking with Core Foundation" >&5
+ $as_echo "$as_me: Linking with Core Foundation" >&6;}
+ LDFLAGS="${LDFLAGS} -framework CoreFoundation"