mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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)" \
|
||||
|
||||
Reference in New Issue
Block a user