aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-kmod
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-kmod')
-rw-r--r--sysutils/fusefs-kmod/files/patch-fuse_module__Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/fusefs-kmod/files/patch-fuse_module__Makefile b/sysutils/fusefs-kmod/files/patch-fuse_module__Makefile
index efe11cd31ddd..91abac26843f 100644
--- a/sysutils/fusefs-kmod/files/patch-fuse_module__Makefile
+++ b/sysutils/fusefs-kmod/files/patch-fuse_module__Makefile
@@ -1,6 +1,12 @@
---- fuse_module/Makefile.orig 2008-03-30 21:36:21.000000000 +0800
-+++ fuse_module/Makefile 2008-03-30 21:39:23.000000000 +0800
-@@ -22,7 +22,8 @@
+--- fuse_module/Makefile.orig 2008-02-05 08:25:57.000000000 +0300
++++ fuse_module/Makefile 2009-01-14 00:29:13.000000000 +0300
+@@ -1,3 +1,5 @@
++.undef KERNCONF
++
+ .include "../Makefile.common"
+
+ SRCS = fuse_main.c \
+@@ -22,7 +24,8 @@
.if defined(KERNCONF)
KERNCONF1!= echo ${KERNCONF} | sed -e 's/ .*//g'