diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-07-25 10:13:48 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-07-25 10:13:48 +0000 |
commit | 89085fbdb8da7d9a4e8d4ce5529f93ebc93b9b49 (patch) | |
tree | eb11bf195df879b2d5dae1e4f6414213d9053272 /sci-mathematics/octave/octave-3.2.4-r1.ebuild | |
parent | version bump, live ebuild update, switched to git-2 (diff) | |
download | gentoo-2-89085fbdb8da7d9a4e8d4ce5529f93ebc93b9b49.tar.gz gentoo-2-89085fbdb8da7d9a4e8d4ce5529f93ebc93b9b49.tar.bz2 gentoo-2-89085fbdb8da7d9a4e8d4ce5529f93ebc93b9b49.zip |
Fix compilation against curl-7.21.7 (bug #376089)
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/octave/octave-3.2.4-r1.ebuild')
-rw-r--r-- | sci-mathematics/octave/octave-3.2.4-r1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sci-mathematics/octave/octave-3.2.4-r1.ebuild b/sci-mathematics/octave/octave-3.2.4-r1.ebuild index 642b2136379c..0ec6fcd2ca7d 100644 --- a/sci-mathematics/octave/octave-3.2.4-r1.ebuild +++ b/sci-mathematics/octave/octave-3.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.10 2011/03/20 20:01:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.11 2011/07/25 10:13:48 angelos Exp $ EAPI="2" inherit flag-o-matic xemacs-elisp-common autotools @@ -47,11 +47,12 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${PN}-3.2.0_parallel_make.patch - epatch "${FILESDIR}"/${PN}-3.2.0_as_needed.patch - epatch "${FILESDIR}"/${PN}-3.2.4-imread.patch - epatch "${FILESDIR}"/${PN}-3.2.4-ldflags.patch - epatch "${FILESDIR}"/${PN}-3.2.4-fltk-magic.patch + epatch "${FILESDIR}"/${PN}-3.2.0_parallel_make.patch \ + "${FILESDIR}"/${PN}-3.2.0_as_needed.patch \ + "${FILESDIR}"/${PN}-3.2.4-imread.patch \ + "${FILESDIR}"/${PN}-3.2.4-ldflags.patch \ + "${FILESDIR}"/${PN}-3.2.4-fltk-magic.patch \ + "${FILESDIR}"/${P}-curl-headers.patch eautoreconf } |