diff options
author | Mike Frysinger <vapier@chromium.org> | 2018-03-04 01:21:28 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-03-04 01:25:53 -0500 |
commit | cb634acc4e4838e7a2766c02b42cd1d7c0d44092 (patch) | |
tree | 5087f5f82041ba0a370fd86b13958db2a7c8bf65 /sys-apps/gawk | |
parent | dev-ruby/ffi: add 1.9.23 (diff) | |
download | gentoo-cb634acc4e4838e7a2766c02b42cd1d7c0d44092.tar.gz gentoo-cb634acc4e4838e7a2766c02b42cd1d7c0d44092.tar.bz2 gentoo-cb634acc4e4838e7a2766c02b42cd1d7c0d44092.zip |
sys-apps/gawk: drop old cross-compiling hack
Upstream merged my patch a while ago making this hack unnecessary.
Diffstat (limited to 'sys-apps/gawk')
-rw-r--r-- | sys-apps/gawk/gawk-4.1.3.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/gawk/gawk-4.1.4.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/gawk/gawk-4.2.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/gawk/gawk-4.2.1.ebuild | 4 |
4 files changed, 0 insertions, 16 deletions
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 \ |