mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-radio/xlog: Fix underlinking (missing -lm)
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -36,6 +36,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
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