summaryrefslogtreecommitdiff
path: root/comms/dl-ezkit/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2004-08-30 15:24:15 +0000
committerwiz <wiz>2004-08-30 15:24:15 +0000
commit45534d72269d584156931ebeb8385a6ad60bc7ae (patch)
treefb2b4bef7bdc6304c8197db5c683a095330ba3ef /comms/dl-ezkit/patches/patch-aa
parentd875f610453bb006fcd1975cb8509c5d749e2289 (diff)
downloadpkgsrc-45534d72269d584156931ebeb8385a6ad60bc7ae.tar.gz
regen patch to make it apply with gnu patch.
Closes PR 26787.
Diffstat (limited to 'comms/dl-ezkit/patches/patch-aa')
-rw-r--r--comms/dl-ezkit/patches/patch-aa11
1 files changed, 7 insertions, 4 deletions
diff --git a/comms/dl-ezkit/patches/patch-aa b/comms/dl-ezkit/patches/patch-aa
index 93501afe1a0..169cbe2e27b 100644
--- a/comms/dl-ezkit/patches/patch-aa
+++ b/comms/dl-ezkit/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.3 2004/08/28 19:14:23 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2004/08/30 15:24:15 wiz Exp $
---- Makefile.bsd.orig Wed Dec 9 12:04:20 1998
+--- Makefile.bsd.orig 1998-12-09 18:04:20.000000000 +0100
+++ Makefile.bsd
@@ -16,9 +16,9 @@
# Use this if you want HW handshaking on the serial port
@@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.3 2004/08/28 19:14:23 wiz Exp $
OBJS=lserial.o coff.o unix_key.o
ALLFILES = dl.c lserial.c serial.h \
Makefile coff21k.h coff.c
-@@ -28,7 +28,7 @@
+@@ -28,7 +28,7 @@ TARGETS=dl
all: $(TARGETS)
dl: dl.o $(OBJS)
@@ -23,10 +23,13 @@ $NetBSD: patch-aa,v 1.3 2004/08/28 19:14:23 wiz Exp $
checkin:
ci -u $(ALLFILES)
-@@ -41,5 +41,5 @@
+@@ -41,6 +41,6 @@ tag:
fi
clean:
- (rm *.o *~ *.core $(TARGETS))
+ rm -f *.o *~ *.core $(TARGETS)
+-#EOF
+\ No newline at end of file
++#EOF