]> git.pld-linux.org Git - packages/ocaml-net.git/commitdiff
- new lablgtk2 is good, but test program needs DISPLAY, so don't run it,
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 18 Jul 2011 09:43:45 +0000 (09:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  and don't generate false negative

Changed files:
    ocaml-net-lablgtk2.patch -> 1.1

ocaml-net-lablgtk2.patch [new file with mode: 0644]

diff --git a/ocaml-net-lablgtk2.patch b/ocaml-net-lablgtk2.patch
new file mode 100644 (file)
index 0000000..367266e
--- /dev/null
@@ -0,0 +1,11 @@
+--- ocamlnet-3.3.4/configure~  2011-07-12 17:37:46.000000000 +0200
++++ ocamlnet-3.3.4/configure   2011-07-18 11:31:34.518459688 +0200
+@@ -629,7 +629,7 @@
+ EOF
+     # Note: this newer API is never broken in the sense checked below, i.e.
+     # such lablgtk2 versions do not exist.
+-    if ocamlfind ocamlc -package unix,lablgtk2 -linkpkg -o tmp/gtk tmp/gtk.ml >/dev/null 2>/dev/null && tmp/gtk; then
++    if ocamlfind ocamlc -package unix,lablgtk2 -linkpkg -o tmp/gtk tmp/gtk.ml >/dev/null 2>/dev/null; then
+         echo "yes"
+         gtk2_io_add_watch_supports_lists="-ppopt -DGTK2_IO_ADD_WATCH_SUPPORTS_LISTS"
+     else
This page took 0.037899 seconds and 4 git commands to generate.