summaryrefslogtreecommitdiff
path: root/filesystems/fuse-archivemount/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-archivemount/patches/patch-aa')
-rw-r--r--filesystems/fuse-archivemount/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/filesystems/fuse-archivemount/patches/patch-aa b/filesystems/fuse-archivemount/patches/patch-aa
new file mode 100644
index 00000000000..afa9e0f6499
--- /dev/null
+++ b/filesystems/fuse-archivemount/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/02/20 23:31:40 xtraeme Exp $
+
+--- Makefile.orig 2006-12-28 16:32:47.000000000 +0100
++++ Makefile 2007-02-21 00:21:27.000000000 +0100
+@@ -9,11 +9,11 @@
+ RM = rm -rf
+ CP = cp -a
+ TAR = tar
+-CC = gcc
++#CC = gcc
+ all: $(EXE)
+
+-CFLAGS += -D_FILE_OFFSET_BITS=64
+-LDFLAGS = -larchive -lfuse
++CFLAGS += $(CPPFLAGS) -D_FILE_OFFSET_BITS=64
++LDFLAGS += -larchive -lfuse
+
+ ifeq ($(DEBUG),1)
+ CFLAGS += -ggdb -O0