summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-31 18:13:34 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-31 18:13:44 -0400
commit9af9d28a46452e2c1a41544f97ea5bb51da4965d (patch)
tree26ccf3eeab4cbf82b6d1e6b4cbaca2ecedaf4b98 /sys-fs/e2tools/e2tools-0.0.16.ebuild
parentsys-fs/e2tools: set up a sane default CC (diff)
downloadgentoo-9af9d28a46452e2c1a41544f97ea5bb51da4965d.tar.gz
gentoo-9af9d28a46452e2c1a41544f97ea5bb51da4965d.tar.bz2
gentoo-9af9d28a46452e2c1a41544f97ea5bb51da4965d.zip
sys-fs/e2tools: fix various build time warnings
Diffstat (limited to 'sys-fs/e2tools/e2tools-0.0.16.ebuild')
-rw-r--r--sys-fs/e2tools/e2tools-0.0.16.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-fs/e2tools/e2tools-0.0.16.ebuild b/sys-fs/e2tools/e2tools-0.0.16.ebuild
index 052ef631c0f7..6bf35dbf2a66 100644
--- a/sys-fs/e2tools/e2tools-0.0.16.ebuild
+++ b/sys-fs/e2tools/e2tools-0.0.16.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit toolchain-funcs
+inherit toolchain-funcs eutils
DESCRIPTION="utilities to read, write, and manipulate files in an ext2/ext3 filesystem"
HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/"
@@ -20,6 +20,8 @@ DEPEND="sys-fs/e2fsprogs
RDEPEND="${DEPEND}"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-prototypes.patch
+ epatch "${FILESDIR}"/${P}-qsort-const.patch
sed -i '/e2cp_LDADD/s:-L@[^@]*@::' Makefile.in || die
}