diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 03:33:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 03:33:20 +0000 |
commit | 8a633b59afd4f481baf50e14c9eaea961d0b059d (patch) | |
tree | ba3d8fc4ef411364895e27cef3859d94aa23ac9d /misc/bibletime-devel/files/patch-bibletime::backend::cswordbookmoduleinfo.cpp | |
parent | New port: misc/bibletime (diff) |
New port: misc/bibletime
BibleTime is a powerful Bible study application for the K Desktop
Environment running on Unix operating systems. BibleTime is
based on the Sword library which provides access to all the
different text modules created by the Crosswire Bible Society.
PR: ports/34981
Submitted by: Willem van Engen <wvengen+port@stack.nl>
Diffstat (limited to 'misc/bibletime-devel/files/patch-bibletime::backend::cswordbookmoduleinfo.cpp')
-rw-r--r-- | misc/bibletime-devel/files/patch-bibletime::backend::cswordbookmoduleinfo.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/bibletime-devel/files/patch-bibletime::backend::cswordbookmoduleinfo.cpp b/misc/bibletime-devel/files/patch-bibletime::backend::cswordbookmoduleinfo.cpp new file mode 100644 index 000000000000..95477bbb2942 --- /dev/null +++ b/misc/bibletime-devel/files/patch-bibletime::backend::cswordbookmoduleinfo.cpp @@ -0,0 +1,13 @@ +diff -ruN bibletime/backend/cswordbookmoduleinfo.cpp bibletime/backend/cswordbookmoduleinfo.cpp +--- bibletime/backend/cswordbookmoduleinfo.cpp Sun Apr 7 01:12:21 2002 ++++ bibletime/backend/cswordbookmoduleinfo.cpp Wed Jun 19 17:31:40 2002 +@@ -18,6 +18,9 @@ + //BibleTime includes + #include "cswordbookmoduleinfo.h" + ++//Other includes ++#include <iostream.h> ++ + //Sword includes + #include <treekeyidx.h> + #include <treekey.h> |