diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-01-16 13:20:00 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-01-16 13:20:27 +0100 |
commit | 98757de8de1bb05b167b61494fafef62e66b7c4d (patch) | |
tree | ce672f588ce654726eed677b3ec1b9dbb5db09e3 /app-arch/gzip | |
parent | net-misc/wget-1.21.2: drop darwin fix (now in profile) (diff) | |
download | gentoo-98757de8de1bb05b167b61494fafef62e66b7c4d.tar.gz gentoo-98757de8de1bb05b167b61494fafef62e66b7c4d.tar.bz2 gentoo-98757de8de1bb05b167b61494fafef62e66b7c4d.zip |
app-arch/gzip-1.11: drop darwin fix (now in profile)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/gzip-1.11.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/app-arch/gzip/gzip-1.11.ebuild b/app-arch/gzip/gzip-1.11.ebuild index 1c68d7110487..0d00a0f7aad3 100644 --- a/app-arch/gzip/gzip-1.11.ebuild +++ b/app-arch/gzip/gzip-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,15 +20,6 @@ PATCHES=( "${FILESDIR}/${PN}-1.3.8-install-symlinks.patch" ) -src_prepare() { - default - if [[ ${CHOST} == *darwin* && ${CHOST##*darwin} -le 17 ]] ; then - # Fix older Darwin inline definition problem - sed -i -e '/define _GL_EXTERN_INLINE_STDHEADER_BUG/s/_BUG/_DISABLE/' \ - lib/config.hin || die - fi -} - src_configure() { use static && append-flags -static # avoid text relocation in gzip |