summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch')
-rw-r--r--sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch
new file mode 100644
index 000000000000..6f80808dce75
--- /dev/null
+++ b/sys-fs/unionfs-fuse/files/unionfs-fuse-0.23-makefile.patch
@@ -0,0 +1,15 @@
+--- Makefile_BACKUP 2010-01-12 01:26:33.000000000 +0100
++++ Makefile 2010-01-12 01:26:58.000000000 +0100
+@@ -7,10 +7,10 @@
+ LIB = -lfuse -lpthread -lm
+
+ build:
+- make -C src/
++ $(MAKE) -C src/
+
+ clean:
+- make -C src/ clean
++ $(MAKE) -C src/ clean
+
+ install: build
+ cp src/unionfs $(DESTDIR)/sbin/