summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-ex
blob: 19727f787017fd42626942c0b9ec6d964c52e26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ex,v 1.1 2003/03/11 13:10:31 markd Exp $

--- khelpcenter/infoconsts.h.orig	Sat Aug  3 02:12:14 2002
+++ khelpcenter/infoconsts.h
@@ -37,6 +37,7 @@ const uint ERR_NO_HIERARCHY         = 4;
 const unsigned int INFODIRS = 9;
 const QString INFODIR[] = {"", "/usr/info/", "/usr/share/info/",
 			   "/usr/lib/info/",
+			   "/usr/pkg/info/",
 			   "/usr/local/info/", "/usr/local/lib/info/",
 			   "/usr/X11R6/info/", "/usr/X11R6/lib/info/",
 			   "/usr/X11R6/lib/xemacs/info/"};