]> git.pld-linux.org Git - packages/ocaml-net.git/blob - ocaml-net-lablgtk2.patch
- new lablgtk2 is good, but test program needs DISPLAY, so don't run it,
[packages/ocaml-net.git] / ocaml-net-lablgtk2.patch
1 --- ocamlnet-3.3.4/configure~   2011-07-12 17:37:46.000000000 +0200
2 +++ ocamlnet-3.3.4/configure    2011-07-18 11:31:34.518459688 +0200
3 @@ -629,7 +629,7 @@
4  EOF
5      # Note: this newer API is never broken in the sense checked below, i.e.
6      # such lablgtk2 versions do not exist.
7 -    if ocamlfind ocamlc -package unix,lablgtk2 -linkpkg -o tmp/gtk tmp/gtk.ml >/dev/null 2>/dev/null && tmp/gtk; then
8 +    if ocamlfind ocamlc -package unix,lablgtk2 -linkpkg -o tmp/gtk tmp/gtk.ml >/dev/null 2>/dev/null; then
9          echo "yes"
10          gtk2_io_add_watch_supports_lists="-ppopt -DGTK2_IO_ADD_WATCH_SUPPORTS_LISTS"
11      else
This page took 0.027105 seconds and 4 git commands to generate.