From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0034E1384B4 for ; Sun, 27 Dec 2015 15:59:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65900E079B; Sun, 27 Dec 2015 15:59:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ED83E079B for ; Sun, 27 Dec 2015 15:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20812340564 for ; Sun, 27 Dec 2015 15:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C58C4C7A for ; Sun, 27 Dec 2015 15:59:11 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1451231937.df28c46331a27d98e955f5f34253382a3ef72c4d.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/xlog/xlog-2.0.13.ebuild X-VCS-Directories: media-radio/xlog/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: df28c46331a27d98e955f5f34253382a3ef72c4d X-VCS-Branch: master Date: Sun, 27 Dec 2015 15:59:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d144fb95-66bf-41b1-92a8-18f85a88355f X-Archives-Hash: 0b5cd95a923366f409afdeb2972144a4 commit: df28c46331a27d98e955f5f34253382a3ef72c4d Author: Thomas Beierlein gentoo org> AuthorDate: Sun Dec 27 15:58:57 2015 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun Dec 27 15:58:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df28c463 media-radio/xlog: Fix underlinking (missing -lm) Package-Manager: portage-2.2.26 media-radio/xlog/xlog-2.0.13.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-radio/xlog/xlog-2.0.13.ebuild b/media-radio/xlog/xlog-2.0.13.ebuild index b779b23..1e6dbcd 100644 --- 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}