diff options
author | Ryan Hill <rhill@gentoo.org> | 2009-01-30 01:29:41 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2009-01-30 01:29:41 +0000 |
commit | e8ef59e2d6147f649652d4d2cf6e49b65cd888f4 (patch) | |
tree | fcc109c227555ca177af45d129521012524e3d62 /www-misc/wsmake/wsmake-0.6.4.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-e8ef59e2d6147f649652d4d2cf6e49b65cd888f4.tar.gz historical-e8ef59e2d6147f649652d4d2cf6e49b65cd888f4.tar.bz2 historical-e8ef59e2d6147f649652d4d2cf6e49b65cd888f4.zip |
Fix building with GCC-4.3, bug #251745. Patch contributed by mipas.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'www-misc/wsmake/wsmake-0.6.4.ebuild')
-rw-r--r-- | www-misc/wsmake/wsmake-0.6.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-misc/wsmake/wsmake-0.6.4.ebuild b/www-misc/wsmake/wsmake-0.6.4.ebuild index 4cd48a139e38..996cfd46d926 100644 --- a/www-misc/wsmake/wsmake-0.6.4.ebuild +++ b/www-misc/wsmake/wsmake-0.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/wsmake/wsmake-0.6.4.ebuild,v 1.5 2007/07/15 05:58:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/wsmake/wsmake-0.6.4.ebuild,v 1.6 2009/01/30 01:29:41 dirtyepic Exp $ inherit eutils @@ -15,8 +15,8 @@ IUSE="" src_unpack () { unpack ${A} && cd "${S}" - #Apply patch to allow compiling - epatch "${FILESDIR}/${P}-bv.diff" || die "epatch failed." + epatch "${FILESDIR}"/${P}-bv.diff + epatch "${FILESDIR}"/${P}-gcc43.patch # 251745 } src_compile () { |