dev-lang/spidermonkey: Do not test for dnet_ntoa in libdnet
authorJeroen Roovers <jer@gentoo.org>
Sun, 30 Sep 2018 14:09:48 +0000 (16:09 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sun, 30 Sep 2018 14:09:57 +0000 (16:09 +0200)
It's checking for the wrong libdnet, creating a false dependency.

Fixes: https://bugs.gentoo.org/634364
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild

index c023e9f7c885eb82f244136ea938b6213da97cdd..fb6e97c768525782a18fd408d6d6088c160f4c78 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -77,6 +77,8 @@ src_configure() {
        CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
        AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" \
        LD="$(tc-getLD)" \
+       ac_cv_lib_dnet_dnet_ntoa=no \
+       ac_cv_lib_dnet_stub_dnet_ntoa=no \
        econf \
                ${myopts} \
                --enable-jemalloc \