diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-01-14 22:30:01 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-01-14 22:30:01 +0000 |
commit | bc768342bb4190c7cce2187e798d843a7d79786f (patch) | |
tree | 3c61e92f9cc85cea64672c7b4b5b11db09b023bf /x11-libs/vte/vte-0.14.1.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-bc768342bb4190c7cce2187e798d843a7d79786f.tar.gz gentoo-2-bc768342bb4190c7cce2187e798d843a7d79786f.tar.bz2 gentoo-2-bc768342bb4190c7cce2187e798d843a7d79786f.zip |
Fix build on G/FBSD, bug 157924
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'x11-libs/vte/vte-0.14.1.ebuild')
-rw-r--r-- | x11-libs/vte/vte-0.14.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/vte/vte-0.14.1.ebuild b/x11-libs/vte/vte-0.14.1.ebuild index 8848dc576e7b..3608b2cba5f8 100644 --- a/x11-libs/vte/vte-0.14.1.ebuild +++ b/x11-libs/vte/vte-0.14.1.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/x11-libs/vte/vte-0.14.1.ebuild,v 1.7 2007/01/07 00:31:55 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.14.1.ebuild,v 1.8 2007/01/14 22:30:01 leio Exp $ inherit eutils gnome2 autotools @@ -45,7 +45,8 @@ pkg_setup() { src_unpack() { gnome2_src_unpack - epatch ${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch + epatch "${FILESDIR}/${PN}-0.13.2-no-lazy-bindings.patch" + epatch "${FILESDIR}/${P}-fbsd.patch" cd ${S}/gnome-pty-helper eautomake |