diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-03-16 19:51:29 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-03-16 19:51:50 -0400 |
commit | 26dbb391ffeb2b178fc84d204d7aceef7f5c6390 (patch) | |
tree | ead3c79c0516f7e4bf25963cc8b9115c2d2b8601 /net-p2p/transmission | |
parent | media-sound/teamspeak-server-bin: bump to vn. 3.0.12.3 (diff) | |
download | gentoo-26dbb391ffeb2b178fc84d204d7aceef7f5c6390.tar.gz gentoo-26dbb391ffeb2b178fc84d204d7aceef7f5c6390.tar.bz2 gentoo-26dbb391ffeb2b178fc84d204d7aceef7f5c6390.zip |
net-p2p/transmission: Fix build with xfsprogs-4.5.0
Bug: https://bugs.gentoo.org/577528
Package-Manager: portage-2.2.28_p60
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r-- | net-p2p/transmission/transmission-2.92.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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) \ |