From: Mike Frysinger Date: Sun, 4 Mar 2018 06:21:28 +0000 (-0500) Subject: sys-apps/gawk: drop old cross-compiling hack X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cb634acc4e4838e7a2766c02b42cd1d7c0d44092;p=gentoo.git sys-apps/gawk: drop old cross-compiling hack Upstream merged my patch a while ago making this hack unnecessary. --- diff --git a/sys-apps/gawk/gawk-4.1.3.ebuild b/sys-apps/gawk/gawk-4.1.3.ebuild index 6c403d62d926..26bb3ec3627e 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 1d9408a23ca1..b161ad1bc037 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 f2529a996aea..920298905c47 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 36326f0271e9..58bcb228179c 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 \