diff options
author | 2007-09-11 09:44:24 +0000 | |
---|---|---|
committer | 2007-09-11 09:44:24 +0000 | |
commit | 94cb483ac0c7d8626b578a837cb22cfa248cfa13 (patch) | |
tree | f5a1421224cf5b394cc258dbaa5fe31f912b1b88 /gnustep-libs/popplerkit/popplerkit-0.2.ebuild | |
parent | Remove the hardcoded make so that -j x works on FreeBSD. (diff) | |
download | gentoo-2-94cb483ac0c7d8626b578a837cb22cfa248cfa13.tar.gz gentoo-2-94cb483ac0c7d8626b578a837cb22cfa248cfa13.tar.bz2 gentoo-2-94cb483ac0c7d8626b578a837cb22cfa248cfa13.zip |
Add poppler 0.6 support
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnustep-libs/popplerkit/popplerkit-0.2.ebuild')
-rw-r--r-- | gnustep-libs/popplerkit/popplerkit-0.2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnustep-libs/popplerkit/popplerkit-0.2.ebuild b/gnustep-libs/popplerkit/popplerkit-0.2.ebuild index 0d7749177152..045c607d768e 100644 --- a/gnustep-libs/popplerkit/popplerkit-0.2.ebuild +++ b/gnustep-libs/popplerkit/popplerkit-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.2.ebuild,v 1.2 2007/09/10 22:11:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/popplerkit/popplerkit-0.2.ebuild,v 1.3 2007/09/11 09:44:24 voyageur Exp $ inherit gnustep-2 @@ -16,3 +16,10 @@ SLOT="0" DEPEND=">=app-text/poppler-0.4 >=media-libs/freetype-2" RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${P}-poppler6_support.patch +} |