sys-apps/gawk: drop old cross-compiling hack
authorMike Frysinger <vapier@chromium.org>
Sun, 4 Mar 2018 06:21:28 +0000 (01:21 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 4 Mar 2018 06:25:53 +0000 (01:25 -0500)
Upstream merged my patch a while ago making this hack unnecessary.

sys-apps/gawk/gawk-4.1.3.ebuild
sys-apps/gawk/gawk-4.1.4.ebuild
sys-apps/gawk/gawk-4.2.0.ebuild
sys-apps/gawk/gawk-4.2.1.ebuild

index 6c403d62d9268534f5ab29f292ee2fa85b4d5b13..26bb3ec3627ef70162b625a20a98d3f618ee1b55 100644 (file)
@@ -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
index 1d9408a23ca1db9772b86c069a6687044d3c4e97..b161ad1bc03701a665056c21a9387d5ce4ca3105 100644 (file)
@@ -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 \
index f2529a996aea54f26a812e44fe4f6040c768bd36..920298905c479f0be5d4fd8985990a1135bbf68d 100644 (file)
@@ -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 \
index 36326f0271e936802d555bb8c1344c1fa8f85024..58bcb228179c8bde07bd2f0545f56dea33307a5e 100644 (file)
@@ -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 \