Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 375415 | Differences between
and this patch

Collapse All | Expand All

(-)opalang.orig//qml2ocaml/qml2ocamlOptions.ml (-1 / +1 lines)
Lines 52-58 Link Here
52
     Absolute path for include directory, will be passed with the option -I to the ocaml compiler.
52
     Absolute path for include directory, will be passed with the option -I to the ocaml compiler.
53
  *)
53
  *)
54
  let server_include_dir = [
54
  let server_include_dir = [
55
    "+zip" ; "+site-lib/zip" ; "+site-lib/camlzip" ;
55
    "+zip" ; "+site-lib/zip" ; "+camlzip" ; "+site-lib/camlzip" ;
56
    "+ssl" ; "+site-lib/ssl" ;
56
    "+ssl" ; "+site-lib/ssl" ;
57
    "+cryptokit"; "+site-lib/cryptokit" ;
57
    "+cryptokit"; "+site-lib/cryptokit" ;
58
    "+ulex" ; "+site-lib/ulex" ;
58
    "+ulex" ; "+site-lib/ulex" ;

Return to bug 375415