diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-08 13:04:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-08 13:04:51 +0000 |
commit | ec5ba85483a871141143b43d035a843f6c20fd42 (patch) | |
tree | 09be29def962aa76bdd11715941f9b6d05faadd2 /biology/lamarc/files/patch-src__control__defaults.h | |
parent | Upgrade graphics/libpano12 from 2.8.4 to 2.8.6 (diff) |
- Update to 2.1
PR: 116017
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=201095
Diffstat (limited to 'biology/lamarc/files/patch-src__control__defaults.h')
-rw-r--r-- | biology/lamarc/files/patch-src__control__defaults.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/lamarc/files/patch-src__control__defaults.h b/biology/lamarc/files/patch-src__control__defaults.h new file mode 100644 index 000000000000..6c28dc27649e --- /dev/null +++ b/biology/lamarc/files/patch-src__control__defaults.h @@ -0,0 +1,11 @@ +--- src/control/defaults.h.orig Sat Apr 28 04:56:55 2007 ++++ src/control/defaults.h Thu Aug 30 17:31:51 2007 +@@ -243,7 +243,7 @@ + static const verbosity_type verbosity; + static const verbosity_type progress; + +- static const long programstarttime; ++ static const time_t programstarttime; + static const long randomseed; + + static const bool plotpost; |