diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-03 15:59:00 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-03 15:59:00 +0000 |
commit | 29e12930a2398968e6f4f67f7aa2154ed0756ec1 (patch) | |
tree | e1b4e1fa138d38eddd08b7bc965fdca4fabce4a1 /sci-libs/plplot/plplot-5.5.1.ebuild | |
parent | Initial import. Ebuild submitted by Alex C <ajc30@cwru.edu>; bug #75270. (diff) | |
download | gentoo-2-29e12930a2398968e6f4f67f7aa2154ed0756ec1.tar.gz gentoo-2-29e12930a2398968e6f4f67f7aa2154ed0756ec1.tar.bz2 gentoo-2-29e12930a2398968e6f4f67f7aa2154ed0756ec1.zip |
Version bump.
(Portage version: 2.0.51.21)
Diffstat (limited to 'sci-libs/plplot/plplot-5.5.1.ebuild')
-rw-r--r-- | sci-libs/plplot/plplot-5.5.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/plplot/plplot-5.5.1.ebuild b/sci-libs/plplot/plplot-5.5.1.ebuild index fccf233dbf43..86432e837792 100644 --- a/sci-libs/plplot/plplot-5.5.1.ebuild +++ b/sci-libs/plplot/plplot-5.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.1.ebuild,v 1.1 2005/04/08 19:27:21 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.1.ebuild,v 1.2 2005/05/03 15:59:00 cryos Exp $ inherit eutils @@ -53,6 +53,7 @@ pkg_setup() { src_unpack() { unpack ${A} + cd ${S} # Fix compilation problems on GCC 3.4 and the octave bindings, thanks to the # patch from Debian's BTS bug 274359. epatch ${FILESDIR}/${P}-gcc-3.4-fix.patch |