app-emulation/fuse: workaround underlinking against libm, bug #370265
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 27 Aug 2016 16:37:52 +0000 (17:37 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 27 Aug 2016 16:37:52 +0000 (17:37 +0100)
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

index 43aaa504c3eb8a6e8a1f110b9eacdd783ab03d42..fb3210e8d308b0f8bef06d77abd353438a633a5e 100644 (file)
@@ -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} \