summaryrefslogtreecommitdiff
path: root/archivers/unarj/files/patch-01-path-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/unarj/files/patch-01-path-Makefile')
-rw-r--r--archivers/unarj/files/patch-01-path-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/unarj/files/patch-01-path-Makefile b/archivers/unarj/files/patch-01-path-Makefile
new file mode 100644
index 000000000000..942f2ea7ee86
--- /dev/null
+++ b/archivers/unarj/files/patch-01-path-Makefile
@@ -0,0 +1,13 @@
+--- Makefile.orig Mon Nov 29 16:47:24 2004
++++ Makefile Mon Nov 29 22:46:56 2004
+@@ -9,7 +9,9 @@
+
+ decode.o: decode.c unarj.h
+
+-OBJS = unarj.o decode.o environ.o
++sanitize.o: sanitize.c unarj.h
++
++OBJS = unarj.o decode.o environ.o sanitize.o
+
+ unarj: $(OBJS)
+ $(CC) $(LDFLAGS) $(OBJS) -o unarj