mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-radio/xlog: move patch for underlinking to src_prepare phase
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -32,13 +32,12 @@ src_prepare() {
|
||||
epatch "${FILESDIR}/${PN}-2.0.13-desktop-update.patch"
|
||||
# Drop -Werror
|
||||
sed -i -e "s:-Werror::" configure.ac || die
|
||||
# fix underlinking
|
||||
sed -i -e "s:HAMLIB_LIBS@:HAMLIB_LIBS@ -lm:g" src/Makefile.am || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# fix underlinking
|
||||
sed -i -e "s:HAMLIB_LIBS@:HAMLIB_LIBS@ -lm:g" src/Makefile.am || die
|
||||
eautoreconf
|
||||
# mime-update causes file collisions if enabled
|
||||
econf --disable-mime-update --disable-desktop-update \
|
||||
--docdir=/usr/share/doc/${PF}
|
||||
|
||||
Reference in New Issue
Block a user