diff options
Diffstat (limited to 'math/ump/files/patch-src-main.cpp')
-rw-r--r-- | math/ump/files/patch-src-main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ump/files/patch-src-main.cpp b/math/ump/files/patch-src-main.cpp new file mode 100644 index 000000000000..66bd4b5c028e --- /dev/null +++ b/math/ump/files/patch-src-main.cpp @@ -0,0 +1,11 @@ +--- src/main.cpp Sat Apr 22 01:10:27 2006 ++++ src/main.cpp.port Wed May 3 15:13:45 2006 +@@ -692,7 +692,7 @@ + + setup_file.replace_escape_sequences = true; + +- try{ setup_file.read( DATA_DIR "/ump.conf" ); } ++ try{ setup_file.read( "%%PREFIX%%/etc/ump.conf" ); } + catch(...) { } + + snprintf(filename,100,"%s/.ump",getenv("HOME")); |