K 10 svn:author V 8 madpilot K 8 svn:date V 27 2017-01-16T07:59:08.796609Z K 7 svn:log V 417 Fix ocaml-lablgtk2 after r431473 (ocaml-findlib update to 1.7.1). After this update ocamlfindlib returns two paths separated by a colon for the destdir, but lablgtk2 configure scripts is not separating them so it installs things in the wrong place where they are not grabbed when building the package. Make it extract only the firsst coponent of the path list. This fixes build of unison and other dependent ports. END