summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2018-03-04 01:21:28 -0500
committerMike Frysinger <vapier@gentoo.org>2018-03-04 01:25:53 -0500
commitcb634acc4e4838e7a2766c02b42cd1d7c0d44092 (patch)
tree5087f5f82041ba0a370fd86b13958db2a7c8bf65 /sys-apps/gawk/gawk-4.2.1.ebuild
parentdev-ruby/ffi: add 1.9.23 (diff)
downloadgentoo-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/gawk-4.2.1.ebuild')
-rw-r--r--sys-apps/gawk/gawk-4.2.1.ebuild4
1 files changed, 0 insertions, 4 deletions
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 \