diff options
Diffstat (limited to 'emulators/xmess/patches/patch-ac')
-rw-r--r-- | emulators/xmess/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/xmess/patches/patch-ac b/emulators/xmess/patches/patch-ac new file mode 100644 index 00000000000..808a3842e41 --- /dev/null +++ b/emulators/xmess/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.5 2004/12/11 12:32:44 kristerw Exp $ + +--- mess/mess.mak.orig Sat Dec 11 12:49:20 2004 ++++ mess/mess.mak Sat Dec 11 12:49:34 2004 +@@ -895,7 +895,7 @@ + + + # additional tools +-TOOLS = dat2html$(EXE) messtest$(EXE) chdman$(EXE) messdocs$(EXE) imgtool$(EXE) ++TOOLS = dat2html$(EXE) chdman$(EXE) messdocs$(EXE) imgtool$(EXE) + + include mess/tools/imgtool/imgtool.mak + |