diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-06-29 08:59:38 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-06-29 08:59:38 +0000 |
commit | 765c8c41afdb3b632a9012577da682e12a8c132e (patch) | |
tree | 4b3fd38cdbd85202f19dacbe1018d22823866a5d /sci-mathematics/xmds/xmds-1.6.5.ebuild | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | historical-765c8c41afdb3b632a9012577da682e12a8c132e.tar.gz historical-765c8c41afdb3b632a9012577da682e12a8c132e.tar.bz2 historical-765c8c41afdb3b632a9012577da682e12a8c132e.zip |
Fix bug #229691.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc8 x86_64
Diffstat (limited to 'sci-mathematics/xmds/xmds-1.6.5.ebuild')
-rw-r--r-- | sci-mathematics/xmds/xmds-1.6.5.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sci-mathematics/xmds/xmds-1.6.5.ebuild b/sci-mathematics/xmds/xmds-1.6.5.ebuild index 33c83e90d24a..cef99e39faf1 100644 --- a/sci-mathematics/xmds/xmds-1.6.5.ebuild +++ b/sci-mathematics/xmds/xmds-1.6.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild,v 1.2 2008/03/15 15:46:33 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild,v 1.3 2008/06/29 08:59:38 spock Exp $ + +inherit eutils doc_ver=20080226 @@ -20,6 +22,9 @@ src_unpack() { unpack ${P}.tar.gz cd "${S}" + epatch "${FILESDIR}"/${PN}-1.6.5-gcc43.patch + touch "${S}/source/version.h" + # Fix broken installation of sample scripts. sed -i -e 's/install-data-am: install-dist_doc_examplesDATA install-man/install-data-am: install-man/' Makefile.in } |