From 26dbb391ffeb2b178fc84d204d7aceef7f5c6390 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 16 Mar 2016 19:51:29 -0400 Subject: [PATCH] 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 68a80b363dd9..52188f578a85 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) \ -- 2.26.2