commit:     26dbb391ffeb2b178fc84d204d7aceef7f5c6390
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 23:51:29 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 23:51:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26dbb391

net-p2p/transmission: Fix build with xfsprogs-4.5.0

Bug: https://bugs.gentoo.org/577528

Package-Manager: portage-2.2.28_p60

 net-p2p/transmission/transmission-2.92.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-p2p/transmission/transmission-2.92.ebuild 
b/net-p2p/transmission/transmission-2.92.ebuild
index 68a80b3..52188f5 100644
--- a/net-p2p/transmission/transmission-2.92.ebuild
+++ b/net-p2p/transmission/transmission-2.92.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit autotools fdo-mime gnome2-utils qmake-utils systemd user
+inherit autotools fdo-mime flag-o-matic gnome2-utils qmake-utils systemd user
 
 DESCRIPTION="A Fast, Easy and Free BitTorrent client"
 HOMEPAGE="http://www.transmissionbt.com/";
@@ -79,6 +79,9 @@ src_prepare() {
 src_configure() {
        export ac_cv_header_xfs_xfs_h=$(usex xfs)
 
+       # https://bugs.gentoo.org/577528
+       append-cppflags -D_LARGEFILE64_SOURCE=1
+
        econf \
                --enable-external-natpmp \
                $(use_enable lightweight) \

Reply via email to