diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-05 09:13:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-05 09:13:30 +0000 |
commit | f1fcae91f3b87c65c30e68b5a7d1f709081cf5dc (patch) | |
tree | f884adb552dc70cfc19e330cf6f4de157e95cf83 /math/ump/files/patch-src-main.cpp | |
parent | Update to 1.01 (diff) |
Add ump 0.8.3.2, a graphical, easy to use math program.
PR: 96110
Submitted by: Nicola Vitale <nivit@email.it>
Notes
Notes:
svn path=/head/; revision=161401
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")); |