summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-01-18 20:13:12 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-01-18 20:13:12 +0100
commitdb83095c1c2ab526e9346262b4e3ca868cc801fc (patch)
tree0dd5f933ccaf814a3f5696ad1bb696f90ae5dacb /dev-ml/ocamlnet
parentdev-java/gnu-jaf: removed obsolete 1.1.1-r1 (diff)
downloadgentoo-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/ocamlnet')
-rw-r--r--dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild2
-rw-r--r--dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild2
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!"
}