summaryrefslogtreecommitdiff
path: root/graphics/mesagl/files/patch-ae
blob: 295ebbb601f629af009ec1acfc55812c7f676c3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/config.c	2000/09/11 12:25:04	1.1
+++ src/config.c	2000/09/11 12:25:27
@@ -406,7 +406,7 @@
 #if defined(__WIN32__) || defined(__MSDOS__)
    const char *filename = "mesa.cnf";
 #else
-   const char *filename = "/etc/mesa.conf"; 
+   const char *filename = "%%PREFIX%%/etc/mesa.conf"; 
 #endif   
    FILE *file;
    struct cnode *list;