summaryrefslogtreecommitdiff
path: root/graphics/tesseract/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tesseract/patches/patch-ah')
-rw-r--r--graphics/tesseract/patches/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/tesseract/patches/patch-ah b/graphics/tesseract/patches/patch-ah
deleted file mode 100644
index ced73824249..00000000000
--- a/graphics/tesseract/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2007/05/18 06:39:27 wiz Exp $
-
---- ccutil/debugwin.cpp.orig 2006-06-16 22:17:04.000000000 +0000
-+++ ccutil/debugwin.cpp
-@@ -229,7 +229,7 @@ DEBUG_WIN::DEBUG_WIN(
- length += sprintf (command + length, "trap \"\" 1 2 3 13 15\n");
- length +=
- sprintf (command + length,
-- "/usr/bin/X11/xterm -sb -sl " INT32FORMAT " -geometry "
-+ "/usr/X11R6/bin/xterm -sb -sl " INT32FORMAT " -geometry "
- INT32FORMAT "x" INT32FORMAT "", buflines, xsize / 8, ysize / 16);
- if (xpos >= 0)
- command[length++] = '+';