dev-libs/hiredis: remove unused sed

The sed does nothing because the pattern no longer exists in the
Makefile, it was removed in commit [1].

[1] 2cb203c1e9

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2024-04-19 11:53:14 +02:00
parent 05ee170777
commit 5ce7c08c54

View File

@@ -30,13 +30,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.1.0-disable-network-tests.patch
)
src_prepare() {
default
# use GNU ld syntax on Solaris
sed -i -e '/DYLIB_MAKE_CMD=.* -G/d' Makefile || die
}
_build() {
emake \
AR="$(tc-getAR)" \