Skip to content

Commit

Permalink
dev-lang/spidermonkey: remove freebsd-libc
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jan 2, 2022
1 parent 3555828 commit 69485a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 69485a7

Please sign in to comment.