diff options
author | fredb <fredb> | 2002-01-04 21:02:30 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-01-04 21:02:30 +0000 |
commit | f46ad2edb82b8f75a96b57080de7c956d24e7a6a (patch) | |
tree | 831488981494d8733cebf41a00da05602db39173 /misc/parchive/patches | |
parent | c6695af55143e42e47434e65c72ddde1f82152ff (diff) | |
download | pkgsrc-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-aa | 13 |
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 |