summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-12-21 21:55:01 +0100
committerAlfredo Tupone <tupone@gentoo.org>2022-12-21 21:56:18 +0100
commita4cc4dfcd306f67d19152fc6a486b7f5663fe826 (patch)
treed1f1e554987f62303b2e0dbe13e817e0ca1b290c /dev-ml
parentapp-arch/tarsync: remove unused patch(es) (diff)
downloadgentoo-a4cc4dfcd306f67d19152fc6a486b7f5663fe826.tar.gz
gentoo-a4cc4dfcd306f67d19152fc6a486b7f5663fe826.tar.bz2
gentoo-a4cc4dfcd306f67d19152fc6a486b7f5663fe826.zip
dev-ml/ocamlnet: fix build with tk
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild1
-rw-r--r--dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild
index 4f5f1e55c051..5eb163cf9132 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.1.8-r1.ebuild
@@ -62,6 +62,7 @@ src_configure() {
$(ocamlnet_use_enable zip zip) \
$(ocamlnet_use_with httpd nethttpd) \
-cpp "$(tc-getPROG CPP cpp)" \
+ -equeue-tcl-libs -ltcl \
|| 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 4f5f1e55c051..5eb163cf9132 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild
@@ -62,6 +62,7 @@ src_configure() {
$(ocamlnet_use_enable zip zip) \
$(ocamlnet_use_with httpd nethttpd) \
-cpp "$(tc-getPROG CPP cpp)" \
+ -equeue-tcl-libs -ltcl \
|| die "Error: econf failed!"
}