summaryrefslogtreecommitdiff
path: root/graphics/tesseract/patches/patch-ah
blob: ced73824249066b345f9161558a381cb3a267c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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++] = '+';