diff options
Diffstat (limited to 'graphics/mesagl/files/patch-ae')
-rw-r--r-- | graphics/mesagl/files/patch-ae | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/mesagl/files/patch-ae b/graphics/mesagl/files/patch-ae deleted file mode 100644 index 295ebbb601f6..000000000000 --- a/graphics/mesagl/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |