diff options
Diffstat (limited to 'dev-util/webcpp/webcpp-0.8.4.ebuild')
-rw-r--r-- | dev-util/webcpp/webcpp-0.8.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/webcpp/webcpp-0.8.4.ebuild b/dev-util/webcpp/webcpp-0.8.4.ebuild index 15d4128f3294..2b108a0c0d21 100644 --- a/dev-util/webcpp/webcpp-0.8.4.ebuild +++ b/dev-util/webcpp/webcpp-0.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/webcpp/webcpp-0.8.4.ebuild,v 1.6 2007/12/30 18:13:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/webcpp/webcpp-0.8.4.ebuild,v 1.7 2008/06/20 14:20:42 loki_val Exp $ inherit eutils @@ -19,6 +19,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-gcc.patch + epatch "${FILESDIR}"/${P}-gcc43.patch } src_install() { |