blob: 9873e1017b1f41987a7aa56a6102890e2f95a938 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2001/09/14 03:19:23 jlam Exp $
--- xres.c.orig Thu May 15 22:38:25 1997
+++ xres.c Wed Aug 19 00:18:07 1998
@@ -1196,7 +1196,7 @@
/* get the app-defaults */
#ifndef vms
- strcpy(line,"/usr/lib/X11/app-defaults/");
+ strcpy(line,PREFIX "/lib/X11/app-defaults/");
strcat(line,PRGCLASS);
appdefDB = XrmGetFileDatabase(line);
if(appdefDB==NULL && getenv("XAPPLRESDIR")!=NULL)
|