mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Maxim Sobolev](/assets/img/avatar_default.png)
not /etc/mesa.conf. PR: 17678 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
--- 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;
|