summaryrefslogtreecommitdiff
path: root/filesystems/fuse-loggedfs/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-loggedfs/patches/patch-ab')
-rw-r--r--filesystems/fuse-loggedfs/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/fuse-loggedfs/patches/patch-ab b/filesystems/fuse-loggedfs/patches/patch-ab
new file mode 100644
index 00000000000..3ca8b6dba0d
--- /dev/null
+++ b/filesystems/fuse-loggedfs/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/06/11 20:13:27 agc Exp $
+
+--- Makefile 2007/06/08 15:32:49 1.1
++++ Makefile 2007/06/08 15:34:17
+@@ -1,5 +1,5 @@
+ CC=g++
+-CFLAGS=-Wall -ansi -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -DRLOG_COMPONENT="loggedfs" `xml2-config --cflags`
++CFLAGS=-Wall -ansi -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -DRLOG_COMPONENT="loggedfs" `xml2-config --cflags` ${CPPFLAGS}
+ LDFLAGS=-Wall -ansi -lpcre -lfuse -lrlog `xml2-config --libs`
+ srcdir=src
+ builddir=build