summaryrefslogtreecommitdiff
path: root/graphics/mesagl/files/patch-ae
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /graphics/mesagl/files/patch-ae
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'graphics/mesagl/files/patch-ae')
-rw-r--r--graphics/mesagl/files/patch-ae11
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;