summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/nbd/nbd-3.12.1.ebuild')
-rw-r--r--sys-block/nbd/nbd-3.12.1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-block/nbd/nbd-3.12.1.ebuild b/sys-block/nbd/nbd-3.12.1.ebuild
index 566cdcf1596b..9d504e4d4125 100644
--- a/sys-block/nbd/nbd-3.12.1.ebuild
+++ b/sys-block/nbd/nbd-3.12.1.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
-inherit toolchain-funcs
+inherit eutils toolchain-funcs
DESCRIPTION="Userland client/server for kernel network block device"
HOMEPAGE="http://nbd.sourceforge.net/"
@@ -20,6 +20,10 @@ RDEPEND=">=dev-libs/glib-2.0
DEPEND="${RDEPEND}
virtual/pkgconfig"
+src_prepare() {
+ epatch "${FILESDIR}"/nbd-3.12.1-readit-and-weep.patch
+}
+
src_configure() {
econf \
--enable-lfs \