diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-08-27 17:37:52 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-08-27 17:37:52 +0100 |
commit | 2d82e4e3b3ee6c1b0f150a21a6ed2bba7976e38f (patch) | |
tree | 1ca98aa348bee4600f6f5e7b2e28a8c5dc871d7b /app-emulation/fuse | |
parent | media-libs/quarter: fix GL underlinking, bug #369967 (diff) | |
download | gentoo-2d82e4e3b3ee6c1b0f150a21a6ed2bba7976e38f.tar.gz gentoo-2d82e4e3b3ee6c1b0f150a21a6ed2bba7976e38f.tar.bz2 gentoo-2d82e4e3b3ee6c1b0f150a21a6ed2bba7976e38f.zip |
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
Diffstat (limited to 'app-emulation/fuse')
-rw-r--r-- | app-emulation/fuse/fuse-1.0.0.ebuild | 6 |
1 files 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 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} \ |