summaryrefslogtreecommitdiff
path: root/emulators/stella/patches/patch-ac
blob: c6fcafaf156d62a9b232208e3f7746e6b0d43986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.5 2004/06/05 11:56:31 dillo Exp $

--- ../ui/x11/mainX11.cxx.orig	2003-02-18 02:19:45.000000000 +0100
+++ ../ui/x11/mainX11.cxx
@@ -1536,7 +1536,7 @@ bool setupDirs()
   homePropertiesFile   = homeDir + "/.stella/stella.pro";
   systemPropertiesFile = "/etc/stella.pro";
   homeRCFile           = homeDir + "/.stella/stellarc";
-  systemRCFile         = "/etc/stellarc";
+  systemRCFile         = PKG_SYSCONFDIR "/stellarc";
 
   return true;
 }