mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
414 B
Plaintext
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)
|