From: Sergei Trofimovich Date: Sat, 27 Aug 2016 16:37:52 +0000 (+0100) Subject: app-emulation/fuse: workaround underlinking against libm, bug #370265 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2d82e4e3b3ee6c1b0f150a21a6ed2bba7976e38f;p=gentoo.git app-emulation/fuse: workaround underlinking against libm, bug #370265 Reported-by: Diego Elio Pettenò Bug: https://bugs.gentoo.org/370265 Package-Manager: portage-2.3.0 --- diff --git a/app-emulation/fuse/fuse-1.0.0.ebuild b/app-emulation/fuse/fuse-1.0.0.ebuild index 43aaa504c3eb..fb3210e8d308 100644 --- a/app-emulation/fuse/fuse-1.0.0.ebuild +++ b/app-emulation/fuse/fuse-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://fuse-emulator.sourceforge.net" @@ -75,6 +75,8 @@ src_configure() { guiflag="--without-gtk" fi + append-libs -lm #370265, fixed in 1.1.1 + econf \ --without-win32 \ ${guiflag} \