commit: 50fa2ae3bb1d0971475f296f1840fa3f9a9c9bd5
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 12:17:23 2022 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 12:20:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fa2ae3
net-misc/wget-1.21.2: drop darwin fix (now in profile)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
net-misc/wget/wget-1.21.2.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild
index 63faba88832d..88a127f8983f 100644
--- a/net-misc/wget/wget-1.21.2.ebuild
+++ b/net-misc/wget/wget-1.21.2.ebuild
@@ -67,14 +67,6 @@ src_prepare() {
-e 's/^ LIBICONV=$/:/' \
configure || die
fi
-
- if [[ ${CHOST} == *-darwin* && ${CHOST##*-darwin} -le 17 ]] ; then
- # Fix older Darwin inline definition problem
- # fixed upstream
- #
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commit;h=29d79d473f52b0ec58f50c95ef782c66fc0ead21
- sed -i -e '/define
_GL_EXTERN_INLINE_STDHEADER_BUG/s/_BUG/_DISABLE/' \
- src/config.h.in || die
- fi
}
src_configure() {