summaryrefslogtreecommitdiff
path: root/graphics/tcm/patches/patch-ap
blob: 0befece9af0ca75bd436cddbbc7c122bc2c67b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ap,v 1.2 2003/01/01 22:02:02 jmmv Exp $

--- gl/config.c.orig	Fri Feb 23 18:13:48 2001
+++ gl/config.c
@@ -27,7 +27,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-const char Config::SYS_CONFIG[] = "lib/tcm.conf";
+const char Config::SYS_CONFIG[] = PKG_SYSCONFDIR "/tcm.conf";
 const char Config::USER_CONFIG[] = ".tcmrc";
 
 Config::Config(const char *s) {