freebsd-ports/math/ump/files/patch-src-main.cpp
Frank J. Laszlo 7a6d1b9930 Update to latest version.
PR:		ports/105258
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
Approved by:	flz (mentor)
2006-11-08 12:55:59 +00:00

11 lines
365 B
C++

--- 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(...) { std_settings = false; }
snprintf(filename,100,"%s/.ump",getenv("HOME"));