projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dac32e
)
media-radio/xlog: Fix underlinking (missing -lm)
author
Thomas Beierlein
<tomjbe@gentoo.org>
Sun, 27 Dec 2015 15:58:57 +0000
(16:58 +0100)
committer
Thomas Beierlein
<tomjbe@gentoo.org>
Sun, 27 Dec 2015 15:58:57 +0000
(16:58 +0100)
Package-Manager: portage-2.2.26
media-radio/xlog/xlog-2.0.13.ebuild
patch
|
blob
|
history
diff --git
a/media-radio/xlog/xlog-2.0.13.ebuild
b/media-radio/xlog/xlog-2.0.13.ebuild
index b779b23c42ad75b56e6c52c6b480184628619500..1e6dbcdd5075445989f70e2a4da6e139923ab5bf 100644
(file)
--- a/
media-radio/xlog/xlog-2.0.13.ebuild
+++ b/
media-radio/xlog/xlog-2.0.13.ebuild
@@
-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}