summaryrefslogtreecommitdiff
path: root/math/ump/files/patch-src-main.cpp
diff options
context:
space:
mode:
authorFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-08 12:55:59 +0000
committerFrank J. Laszlo <laszlof@FreeBSD.org>2006-11-08 12:55:59 +0000
commit7a6d1b993095b36db06d9d3d8409aaacba9e75cb (patch)
tree4d4e52152ff6894ae8760c47dc4427d231b34970 /math/ump/files/patch-src-main.cpp
parentOnly include Makefile.common on 5.x+ since it contains code that 4.x make (diff)
Update to latest version.
PR: ports/105258 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Approved by: flz (mentor)
Diffstat (limited to 'math/ump/files/patch-src-main.cpp')
-rw-r--r--math/ump/files/patch-src-main.cpp8
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"));