diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-04-09 09:09:51 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-04-09 09:09:51 +0000 |
commit | 25e25d3032115330f971fc0dc50111ff543b1646 (patch) | |
tree | a31fe0ba529e7e9fd9b4a02a8d9468483784b2c7 /print/advi/files/patch-grY11.c | |
parent | - Enable the vtkParallel kit parallel processing, needed by cad/salome [1] (diff) |
- Update to 1.9.
- Fix build with new ocaml-images.
PR: ports/144886
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (based on)
Notes
Notes:
svn path=/head/; revision=252469
Diffstat (limited to 'print/advi/files/patch-grY11.c')
-rw-r--r-- | print/advi/files/patch-grY11.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/advi/files/patch-grY11.c b/print/advi/files/patch-grY11.c deleted file mode 100644 index 0692b9e4fc59..000000000000 --- a/print/advi/files/patch-grY11.c +++ /dev/null @@ -1,11 +0,0 @@ ---- grY11.c.orig Sun Aug 13 01:16:56 2006 -+++ grY11.c Sun Aug 13 01:17:06 2006 -@@ -473,7 +473,7 @@ - return Val_unit; - } - --value caml_gr_resize_window (value wid, value w, value h) -+value caml_gr_resize_window1 (value wid, value w, value h) - { - Window win; - |