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 2E8A213827E for ; Sat, 7 Dec 2013 21:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C240E0A82; Sat, 7 Dec 2013 21:39:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C9F5E0A82 for ; Sat, 7 Dec 2013 21:39:59 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DA9133F4C2 for ; Sat, 7 Dec 2013 21:39:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2102) id 3FFF820005; Sat, 7 Dec 2013 21:39:56 +0000 (UTC) From: "Alfredo Tupone (tupone)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tupone@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/atomix/files: atomix-2.14.0-underlink.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: atomix-2.14.0-underlink.patch X-VCS-Directories: games-puzzle/atomix/files X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131207213956.3FFF820005@flycatcher.gentoo.org> Date: Sat, 7 Dec 2013 21:39:56 +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: c21b5128-ddaa-46a9-b80f-54f426c15d33 X-Archives-Hash: 70661e60aa5bab61b6da7b0f1b426f01 tupone 13/12/07 21:39:56 Added: atomix-2.14.0-underlink.patch Log: Fix underlink. Bug #482368 (Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0145142D) Revision Changes Path 1.1 games-puzzle/atomix/files/atomix-2.14.0-underlink.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/files/atomix-2.14.0-underlink.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/atomix/files/atomix-2.14.0-underlink.patch?rev=1.1&content-type=text/plain Index: atomix-2.14.0-underlink.patch =================================================================== --- src/Makefile.am.old 2013-12-07 22:25:30.513540434 +0100 +++ src/Makefile.am 2013-12-07 22:25:43.209654104 +0100 @@ -26,7 +26,8 @@ atomix_LDADD = \ libatomix.a \ - $(ATOMIX_LIBS) + $(ATOMIX_LIBS) \ + -lm noinst_LIBRARIES = libatomix.a