2013-09-26 17:14:40 +02:00

14 lines
414 B
Plaintext

$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)