summaryrefslogtreecommitdiff
path: root/misc/parchive/patches
diff options
context:
space:
mode:
authorfredb <fredb>2002-01-04 21:02:30 +0000
committerfredb <fredb>2002-01-04 21:02:30 +0000
commitf46ad2edb82b8f75a96b57080de7c956d24e7a6a (patch)
tree831488981494d8733cebf41a00da05602db39173 /misc/parchive/patches
parentc6695af55143e42e47434e65c72ddde1f82152ff (diff)
downloadpkgsrc-f46ad2edb82b8f75a96b57080de7c956d24e7a6a.tar.gz
Initial import of parchive-1.1, an implementation of "Parity Volume Sets",
specification 1.0 (.PAR and .Pnn files). These commonly accompany Usenet binary postings, but the public domain format is sufficiently general to permit other applications as well.
Diffstat (limited to 'misc/parchive/patches')
-rw-r--r--misc/parchive/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/parchive/patches/patch-aa b/misc/parchive/patches/patch-aa
new file mode 100644
index 00000000000..adc63565afb
--- /dev/null
+++ b/misc/parchive/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/01/04 21:02:30 fredb Exp $
+
+--- Makefile.orig Sat Nov 17 10:39:52 2001
++++ Makefile
+@@ -2,7 +2,7 @@
+ CFLAGS=-g -W -Wall -Wno-unused -O2
+
+ par: backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o
+- $(CC) -o $@ $^
++ $(CC) -o ${.TARGET} ${.ALLSRC}
+
+ clean:
+ rm -f core par par.exe *.o