From f1fcae91f3b87c65c30e68b5a7d1f709081cf5dc Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Fri, 5 May 2006 09:13:30 +0000 Subject: Add ump 0.8.3.2, a graphical, easy to use math program. PR: 96110 Submitted by: Nicola Vitale --- math/ump/files/patch-src-main.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/ump/files/patch-src-main.cpp (limited to 'math/ump/files/patch-src-main.cpp') 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")); -- cgit v1.2.3