diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:46 +0100 |
commit | 69485a7851d3916e60711706f28919ef7a66c619 (patch) | |
tree | cf274910ecdfa19d7f0d5ed74834e9949297bdfb /dev-lang/spidermonkey | |
parent | dev-lang/php: remove freebsd-libc (diff) | |
download | gentoo-69485a7851d3916e60711706f28919ef7a66c619.tar.gz gentoo-69485a7851d3916e60711706f28919ef7a66c619.tar.bz2 gentoo-69485a7851d3916e60711706f28919ef7a66c619.zip |
dev-lang/spidermonkey: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild | 7 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild index ac001314d8a5..0c0d352f3bd5 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -56,11 +56,6 @@ src_prepare() { eapply_user - if [[ ${CHOST} == *-freebsd* ]]; then - # Don't try to be smart, this does not work in cross-compile anyway - ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname -s)$(uname -r).mk" || die - fi - cd "${S}"/js/src || die eautoconf old-configure.in eautoconf diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild index b0ea339891c7..57b7d6d43d40 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -54,11 +54,6 @@ src_prepare() { eapply_user - if [[ ${CHOST} == *-freebsd* ]]; then - # Don't try to be smart, this does not work in cross-compile anyway - ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname -s)$(uname -r).mk" || die - fi - cd "${S}/js/src" || die eautoconf old-configure.in eautoconf |