summaryrefslogtreecommitdiff
path: root/databases/ocaml-pgocaml/files/patch-pGOCaml.mli
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-02 00:22:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-02 00:22:36 +0000
commit0c92b1096252f7366b9f29b402d9dc873721a074 (patch)
tree8a3ef4eeb52991ba61f231fef655cc9b7409ec39 /databases/ocaml-pgocaml/files/patch-pGOCaml.mli
parent- Correct META file (fixes ocaml-pgocaml) (diff)
- Update to 1.1
Submitted by: Thomas Crimi <tcrimi@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=229310
Diffstat (limited to 'databases/ocaml-pgocaml/files/patch-pGOCaml.mli')
-rw-r--r--databases/ocaml-pgocaml/files/patch-pGOCaml.mli11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/ocaml-pgocaml/files/patch-pGOCaml.mli b/databases/ocaml-pgocaml/files/patch-pGOCaml.mli
new file mode 100644
index 000000000000..169e264c41bd
--- /dev/null
+++ b/databases/ocaml-pgocaml/files/patch-pGOCaml.mli
@@ -0,0 +1,11 @@
+--- pGOCaml.mli.orig 2009-03-01 09:59:09.188523102 -0500
++++ pGOCaml.mli 2009-03-01 09:59:43.562605632 -0500
+@@ -20,6 +20,8 @@
+ * Boston, MA 02111-1307, USA.
+ *)
+
++open CalendarLib
++
+ type 'a t (** Database handle. *)
+
+ exception Error of string