diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-18 20:13:12 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-18 20:13:12 +0100 |
commit | db83095c1c2ab526e9346262b4e3ca868cc801fc (patch) | |
tree | 0dd5f933ccaf814a3f5696ad1bb696f90ae5dacb /dev-ml | |
parent | dev-java/gnu-jaf: removed obsolete 1.1.1-r1 (diff) | |
download | gentoo-db83095c1c2ab526e9346262b4e3ca868cc801fc.tar.gz gentoo-db83095c1c2ab526e9346262b4e3ca868cc801fc.tar.bz2 gentoo-db83095c1c2ab526e9346262b4e3ca868cc801fc.zip |
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@gentoo.org>
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!" } |