From db83095c1c2ab526e9346262b4e3ca868cc801fc Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 18 Jan 2022 20:13:12 +0100 Subject: 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 --- 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(-) (limited to 'dev-ml/ocamlnet') 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!" } -- cgit v1.2.3-65-gdbad