summaryrefslogtreecommitdiff
path: root/sys-apps/gawk/gawk-4.2.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
commit80208fb578cf92cc308906660ca6d7860c6b2a1f (patch)
tree6f06818031b553c506fc10dfe9908a835df288aa /sys-apps/gawk/gawk-4.2.1.ebuild
parent06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff)
gentoo resync : 09.03.2018
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 \