commit:     cb634acc4e4838e7a2766c02b42cd1d7c0d44092
Author:     Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Sun Mar  4 06:21:28 2018 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 06:25:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb634acc

sys-apps/gawk: drop old cross-compiling hack

Upstream merged my patch a while ago making this hack unnecessary.

 sys-apps/gawk/gawk-4.1.3.ebuild | 4 ----
 sys-apps/gawk/gawk-4.1.4.ebuild | 4 ----
 sys-apps/gawk/gawk-4.2.0.ebuild | 4 ----
 sys-apps/gawk/gawk-4.2.1.ebuild | 4 ----
 4 files changed, 16 deletions(-)

diff --git a/sys-apps/gawk/gawk-4.1.3.ebuild b/sys-apps/gawk/gawk-4.1.3.ebuild
index 6c403d62d92..26bb3ec3627 100644
--- a/sys-apps/gawk/gawk-4.1.3.ebuild
+++ b/sys-apps/gawk/gawk-4.1.3.ebuild
@@ -26,10 +26,6 @@ src_prepare() {
                -e '/install-exec-hook:/s|$|\nfoo:|' \
                Makefile.in doc/Makefile.in || die
        sed -i '/^pty1:$/s|$|\n_pty1:|' test/Makefile.in #413327
-       # disable pointless build time hack that breaks cross-compiling #493362
-       sed -i \
-               -e '/check-recursive all-recursive: 
check-for-shared-lib-support/d' \
-               extension/Makefile.in || die
 
        EPATCH_OPTS="-Z" \
        epatch "${FILESDIR}/${P}-bsd_configure_readline.patch" #507468

diff --git a/sys-apps/gawk/gawk-4.1.4.ebuild b/sys-apps/gawk/gawk-4.1.4.ebuild
index 1d9408a23ca..b161ad1bc03 100644
--- a/sys-apps/gawk/gawk-4.1.4.ebuild
+++ b/sys-apps/gawk/gawk-4.1.4.ebuild
@@ -26,10 +26,6 @@ src_prepare() {
                -e '/install-exec-hook:/s|$|\nfoo:|' \
                Makefile.in doc/Makefile.in || die
        sed -i '/^pty1:$/s|$|\n_pty1:|' test/Makefile.in #413327
-       # disable pointless build time hack that breaks cross-compiling #493362
-       sed -i \
-               -e '/check-recursive all-recursive: 
check-for-shared-lib-support/d' \
-               extension/Makefile.in || die
        # fix standards conflict on Solaris
        if [[ ${CHOST} == *-solaris* ]] ; then
                sed -i \

diff --git a/sys-apps/gawk/gawk-4.2.0.ebuild b/sys-apps/gawk/gawk-4.2.0.ebuild
index f2529a996ae..920298905c4 100644
--- a/sys-apps/gawk/gawk-4.2.0.ebuild
+++ b/sys-apps/gawk/gawk-4.2.0.ebuild
@@ -31,10 +31,6 @@ src_prepare() {
                -e '/install-exec-hook:/s|$|\nfoo:|' \
                Makefile.in doc/Makefile.in || die
        sed -i '/^pty1:$/s|$|\n_pty1:|' test/Makefile.in #413327
-       # disable pointless build time hack that breaks cross-compiling #493362
-       sed -i \
-               -e '/check-recursive all-recursive: 
check-for-shared-lib-support/d' \
-               extension/Makefile.in || die
        # fix standards conflict on Solaris
        if [[ ${CHOST} == *-solaris* ]] ; then
                sed -i \

diff --git a/sys-apps/gawk/gawk-4.2.1.ebuild b/sys-apps/gawk/gawk-4.2.1.ebuild
index 36326f0271e..58bcb228179 100644
--- a/sys-apps/gawk/gawk-4.2.1.ebuild
+++ b/sys-apps/gawk/gawk-4.2.1.ebuild
@@ -31,10 +31,6 @@ src_prepare() {
                -e '/install-exec-hook:/s|$|\nfoo:|' \
                Makefile.in doc/Makefile.in || die
        sed -i '/^pty1:$/s|$|\n_pty1:|' test/Makefile.in #413327
-       # disable pointless build time hack that breaks cross-compiling #493362
-       sed -i \
-               -e '/check-recursive all-recursive: 
check-for-shared-lib-support/d' \
-               extension/Makefile.in || die
        # fix standards conflict on Solaris
        if [[ ${CHOST} == *-solaris* ]] ; then
                sed -i \

Reply via email to