summaryrefslogtreecommitdiff
path: root/emulators/xm7/patches/patch-ab
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-12-30 21:44:25 +0000
committeragc <agc@pkgsrc.org>2001-12-30 21:44:25 +0000
commita9f8e1342d053a7f9271a3ac28ef04be4117024f (patch)
tree9d5918c5d35641b276e8572ab2f1706c83ce6dcd /emulators/xm7/patches/patch-ab
parent89790776df17bc2e1ce6db7d656a44a859d4ceb7 (diff)
downloadpkgsrc-a9f8e1342d053a7f9271a3ac28ef04be4117024f.tar.gz
Correct the name of the "makefile.x11" file in a patch and the package
Makefile. Ensure that a patch to convert.sh applies cleanly by diff'ing against a clean copy of the original file. Also, strip the DOS-style \r\n line-terminators on cpu.c before building, so that ordinary cpp line continuations work properly. Fixes a problem shown up on latest 1.5.2 bulk build.
Diffstat (limited to 'emulators/xm7/patches/patch-ab')
-rw-r--r--emulators/xm7/patches/patch-ab20
1 files changed, 10 insertions, 10 deletions
diff --git a/emulators/xm7/patches/patch-ab b/emulators/xm7/patches/patch-ab
index d8ae19674d2..2c2aa45b39c 100644
--- a/emulators/xm7/patches/patch-ab
+++ b/emulators/xm7/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/12/13 17:12:19 kei Exp $
+$NetBSD: patch-ab,v 1.2 2001/12/30 21:44:26 agc Exp $
---- convert.sh.orig Sat Aug 12 12:17:15 2000
-+++ convert.sh Sat Aug 12 12:18:36 2000
+--- convert.sh.orig Wed Mar 22 16:01:00 2000
++++ convert.sh Sun Dec 30 21:34:03 2001
@@ -7,3 +7,7 @@
- rm t t.lzh
- done
-
-+for X in *.cpp;do
-+nkf -e < $X > t
-+mv t $X
-+done
+ rm t t.lzh
+ done
+
++for X in *.cpp;do
++nkf -e < $X > t
++mv t $X
++done