summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-03-16 19:51:29 -0400
committerMike Gilbert <floppym@gentoo.org>2016-03-16 19:51:50 -0400
commit26dbb391ffeb2b178fc84d204d7aceef7f5c6390 (patch)
treeead3c79c0516f7e4bf25963cc8b9115c2d2b8601 /net-p2p
parent0a7443118c969a89c09c3c3046fad260ba8b874c (diff)
downloadgentoo-26dbb391ffeb2b178fc84d204d7aceef7f5c6390.tar.gz
gentoo-26dbb391ffeb2b178fc84d204d7aceef7f5c6390.tar.xz
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')
-rw-r--r--net-p2p/transmission/transmission-2.92.ebuild5
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 68a80b363dd..52188f578a8 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) \