summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/tif22pnm/tif22pnm-0.14.ebuild')
-rw-r--r--media-gfx/tif22pnm/tif22pnm-0.14.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/tif22pnm/tif22pnm-0.14.ebuild b/media-gfx/tif22pnm/tif22pnm-0.14.ebuild
index 2b78a6f059f9..e01fcc15430c 100644
--- a/media-gfx/tif22pnm/tif22pnm-0.14.ebuild
+++ b/media-gfx/tif22pnm/tif22pnm-0.14.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=4
-inherit autotools eutils
+inherit autotools eutils flag-o-matic
DESCRIPTION="tif22pnm and png22pnm command-line converters"
HOMEPAGE="http://pts.szit.bme.hu/ https://code.google.com/p/sam2p/"
@@ -20,6 +20,7 @@ DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch "${FILESDIR}"/${P}-math.patch
eautoreconf
}