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 D03231384B4 for ; Sun, 27 Dec 2015 16:08:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53FDCE079B; Sun, 27 Dec 2015 16:08:26 +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 E2183E079B for ; Sun, 27 Dec 2015 16:08:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E1BD33FEDE for ; Sun, 27 Dec 2015 16:08:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6613CC7A for ; Sun, 27 Dec 2015 16:08:22 +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: <1451232485.923170efdfe332bfa14c227f118b6e237ba09974.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: 923170efdfe332bfa14c227f118b6e237ba09974 X-VCS-Branch: master Date: Sun, 27 Dec 2015 16:08:22 +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: dd0cb3d3-f7fd-4ebd-ad1a-6e0e1fd5ddcf X-Archives-Hash: 30cb0799f81a2cccc725a6734d9ddd40 commit: 923170efdfe332bfa14c227f118b6e237ba09974 Author: Thomas Beierlein gentoo org> AuthorDate: Sun Dec 27 16:08:05 2015 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun Dec 27 16:08:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923170ef media-radio/xlog: move patch for underlinking to src_prepare phase Package-Manager: portage-2.2.26 media-radio/xlog/xlog-2.0.13.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-radio/xlog/xlog-2.0.13.ebuild b/media-radio/xlog/xlog-2.0.13.ebuild index 1e6dbcd..383c407 100644 --- a/media-radio/xlog/xlog-2.0.13.ebuild +++ b/media-radio/xlog/xlog-2.0.13.ebuild @@ -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}