diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild index 135e3afb853c..d6db450c491a 100644 --- a/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild @@ -61,7 +61,7 @@ src_configure() { $(ocamlnet_use_enable tk tcl) \ $(ocamlnet_use_enable zip zip) \ $(ocamlnet_use_with httpd nethttpd) \ - -cpp $(tc-getPROG CPP cpp) \ + -cpp "$(tc-getPROG CPP cpp)" \ || die "Error: econf failed!" } diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild index 135e3afb853c..d6db450c491a 100644 --- a/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild @@ -61,7 +61,7 @@ src_configure() { $(ocamlnet_use_enable tk tcl) \ $(ocamlnet_use_enable zip zip) \ $(ocamlnet_use_with httpd nethttpd) \ - -cpp $(tc-getPROG CPP cpp) \ + -cpp "$(tc-getPROG CPP cpp)" \ || die "Error: econf failed!" } |