]> git.pld-linux.org Git - packages/Mesa.git/blame - Mesa-paths.patch
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/Mesa.git] / Mesa-paths.patch
CommitLineData
ba5bbbdb
AM
1diff -urN Mesa-4.0.1.org/src/GGI/ggimesa.c Mesa-4.0.1/src/GGI/ggimesa.c
2--- Mesa-4.0.1.org/src/GGI/ggimesa.c Thu Jan 3 17:34:03 2002
3+++ Mesa-4.0.1/src/GGI/ggimesa.c Thu Jan 3 18:54:42 2002
4@@ -46,7 +46,7 @@
5 static void *_ggimesaConfigHandle;
6
7 /* FIXME: These should really be defined in the make system using -Dxxx */
8-#define GGIMESACONFFILE "/usr/local/etc/ggi/ggimesa.conf"
9+#define GGIMESACONFFILE "/etc/ggi/ggimesa.conf"
10 #define GGIMESATAGLEN 0
11 static char ggimesaconfstub[512] = GGIMESACONFFILE;
12 static char *ggimesaconffile = ggimesaconfstub + GGIMESATAGLEN;
13diff -urN Mesa-4.0.1.org/src/config.c Mesa-4.0.1/src/config.c
14--- Mesa-4.0.1.org/src/config.c Thu Jan 3 17:34:01 2002
15+++ Mesa-4.0.1/src/config.c Thu Jan 3 18:54:51 2002
16@@ -405,7 +405,7 @@
17 #if defined(__WIN32__) || defined(__MSDOS__)
18 const char *filename = "mesa.cnf";
19 #else
20- const char *filename = "/etc/mesa.conf";
21+ const char *filename = "/etc/X11/mesa.conf";
22 #endif
23 FILE *file;
24 struct cnode *list;
This page took 0.028367 seconds and 4 git commands to generate.