diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-03 09:48:20 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-03 10:08:05 -0500 |
commit | 87ec7f7f26cabc142eb8460a4d3287940fea9fa3 (patch) | |
tree | c28b0edf1d9912e9e0674f3a0c05fc4a679c7829 /net-nds/rpcbind/rpcbind-0.2.3.ebuild | |
parent | net-nds/rpcbind: minor style fix (diff) | |
download | gentoo-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.ebuild | 1 |
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 } |