diff options
Diffstat (limited to 'math/ump/files/patch-src-main.cpp')
-rw-r--r-- | math/ump/files/patch-src-main.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/ump/files/patch-src-main.cpp b/math/ump/files/patch-src-main.cpp index 51870e795b28..23bd4c43252d 100644 --- a/math/ump/files/patch-src-main.cpp +++ b/math/ump/files/patch-src-main.cpp @@ -1,11 +1,11 @@ ---- src/main.cpp Sun Jun 25 12:48:31 2006 -+++ src/main.cpp.port Mon Jul 10 14:08:33 2006 -@@ -682,7 +682,7 @@ +--- src/main.cpp Mon Oct 2 11:05:33 2006 ++++ src/main.cpp.port Tue Nov 7 22:17:00 2006 +@@ -695,7 +695,7 @@ setup_file.replace_escape_sequences = true; - try{ setup_file.read( DATA_DIR "/ump.conf" ); } + try{ setup_file.read( "%%PREFIX%%/etc/ump.conf" ); } - catch(...) { } + catch(...) { std_settings = false; } snprintf(filename,100,"%s/.ump",getenv("HOME")); |