From bc768342bb4190c7cce2187e798d843a7d79786f Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 14 Jan 2007 22:30:01 +0000 Subject: Fix build on G/FBSD, bug 157924 (Portage version: 2.1.2_rc4-r9) --- x11-libs/vte/vte-0.14.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11-libs/vte/vte-0.14.1.ebuild') 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 -- cgit v1.2.3-65-gdbad