commit: 2d82e4e3b3ee6c1b0f150a21a6ed2bba7976e38f Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Aug 27 16:37:52 2016 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Aug 27 16:37:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d82e4e3
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 app-emulation/fuse/fuse-1.0.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-emulation/fuse/fuse-1.0.0.ebuild b/app-emulation/fuse/fuse-1.0.0.ebuild index 43aaa50..fb3210e 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} \
