commit:     6473af1eab5d545cfa28d32d3be2e8f589ff272b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 10:14:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 10:14:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6473af1e

net-analyzer/odhcploc: fix compile on musl

Closes: https://bugs.gentoo.org/831783
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild 
b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
index 959b386e9a07..2b6ac9ea2117 100644
--- a/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
+++ b/net-analyzer/odhcploc/odhcploc-20111021-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,6 +13,10 @@ LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64"
 
+DEPEND="
+       elibc_musl? ( sys-libs/queue-standalone )
+"
+
 src_configure() {
        # Don't clobber toolchain defaults
        sed -i -e 's:-Wp,-D_FORTIFY_SOURCE=2::' Makefile || die

Reply via email to