commit: db83095c1c2ab526e9346262b4e3ca868cc801fc Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jan 18 19:13:12 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Jan 18 19:13:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db83095c
dev-ml/ocamlnet: fix when cpp has blanks Bugs: https://bugs.gentoo.org/831407 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild | 2 +- 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!" }
