summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-03 09:48:20 -0500
committerMike Frysinger <vapier@gentoo.org>2015-11-03 10:08:05 -0500
commit87ec7f7f26cabc142eb8460a4d3287940fea9fa3 (patch)
treec28b0edf1d9912e9e0674f3a0c05fc4a679c7829 /net-nds/rpcbind/rpcbind-0.2.3.ebuild
parentnet-nds/rpcbind: minor style fix (diff)
downloadgentoo-87ec7f7f26cabc142eb8460a4d3287940fea9fa3.tar.gz
gentoo-87ec7f7f26cabc142eb8460a4d3287940fea9fa3.tar.bz2
gentoo-87ec7f7f26cabc142eb8460a4d3287940fea9fa3.zip
net-nds/rpcbind: add upstream fix for building w/newer libtirpc
Diffstat (limited to 'net-nds/rpcbind/rpcbind-0.2.3.ebuild')
-rw-r--r--net-nds/rpcbind/rpcbind-0.2.3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-nds/rpcbind/rpcbind-0.2.3.ebuild b/net-nds/rpcbind/rpcbind-0.2.3.ebuild
index 23a68efce49e..a2437fee0602 100644
--- a/net-nds/rpcbind/rpcbind-0.2.3.ebuild
+++ b/net-nds/rpcbind/rpcbind-0.2.3.ebuild
@@ -31,6 +31,7 @@ RDEPEND="${CDEPEND}
src_prepare() {
[[ ${PV} == "9999" ]] && eautoreconf
+ epatch "${FILESDIR}"/${P}-libtirpc.patch
epatch_user
}