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-graphicsY11.ml | |
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-graphicsY11.ml')
-rw-r--r-- | print/advi/files/patch-graphicsY11.ml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/advi/files/patch-graphicsY11.ml b/print/advi/files/patch-graphicsY11.ml deleted file mode 100644 index 0846609ef3cf..000000000000 --- a/print/advi/files/patch-graphicsY11.ml +++ /dev/null @@ -1,11 +0,0 @@ ---- graphicsY11.ml.orig Sun Aug 13 01:17:58 2006 -+++ graphicsY11.ml Sun Aug 13 01:18:03 2006 -@@ -109,7 +109,7 @@ - = "caml_gr_move_window";; - - external raw_resize_window : window_id -> int -> int -> unit -- = "caml_gr_resize_window";; -+ = "caml_gr_resize_window1";; - - let resize_subwindow wid height width = - if wid != null_window then begin |