summaryrefslogtreecommitdiff
path: root/emulators/xm7/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xm7/patches/patch-ab')
-rw-r--r--emulators/xm7/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/xm7/patches/patch-ab b/emulators/xm7/patches/patch-ab
new file mode 100644
index 00000000000..d8ae19674d2
--- /dev/null
+++ b/emulators/xm7/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/13 17:12:19 kei Exp $
+
+--- convert.sh.orig Sat Aug 12 12:17:15 2000
++++ convert.sh Sat Aug 12 12:18:36 2000
+@@ -7,3 +7,7 @@
+ rm t t.lzh
+ done
+
++for X in *.cpp;do
++nkf -e < $X > t
++mv t $X
++done