aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dore/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dore/files/patch-aj')
-rw-r--r--graphics/dore/files/patch-aj19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/dore/files/patch-aj b/graphics/dore/files/patch-aj
new file mode 100644
index 000000000000..8becf4907e72
--- /dev/null
+++ b/graphics/dore/files/patch-aj
@@ -0,0 +1,19 @@
+*** src/subsys/error.c.orig Mon Feb 27 13:33:44 1995
+--- src/subsys/error.c Mon Feb 27 13:34:37 1995
+***************
+*** 80,86 ****
+ #ifdef WIN32
+ errpath = "c:\\windows\\dore";
+ #else
+! errpath = "/usr/dore/data/errmsg";
+ #endif
+
+ errmsgfilename = dor_space_allocate (strlen(errpath) + 20);
+--- 80,86 ----
+ #ifdef WIN32
+ errpath = "c:\\windows\\dore";
+ #else
+! errpath = "%%PREFIX%%/share/dore/errmsg";
+ #endif
+
+ errmsgfilename = dor_space_allocate (strlen(errpath) + 20);