summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-01-19 17:19:25 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-01-19 17:19:25 +0000
commit696228c56efcb503a75b8b7dc8213b3c6cd61c21 (patch)
tree817fb23aa201d9850ab8b39d3c89555e82a8a9fa /sci-mathematics/octave/octave-3.2.4-r3.ebuild
parentFixed tests bug #351545 (diff)
downloadgentoo-2-696228c56efcb503a75b8b7dc8213b3c6cd61c21.tar.gz
gentoo-2-696228c56efcb503a75b8b7dc8213b3c6cd61c21.tar.bz2
gentoo-2-696228c56efcb503a75b8b7dc8213b3c6cd61c21.zip
Added a patch for compatibility with fltk-1.3, thanks to Yury Fedorchenko bug #351963
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/octave/octave-3.2.4-r3.ebuild')
-rw-r--r--sci-mathematics/octave/octave-3.2.4-r3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-3.2.4-r3.ebuild b/sci-mathematics/octave/octave-3.2.4-r3.ebuild
index 99f0535f0be9..ee1cd459b1c2 100644
--- a/sci-mathematics/octave/octave-3.2.4-r3.ebuild
+++ b/sci-mathematics/octave/octave-3.2.4-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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-r3.ebuild,v 1.2 2010/11/01 17:19:54 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild,v 1.3 2011/01/19 17:19:25 bicatali Exp $
EAPI="2"
inherit flag-o-matic xemacs-elisp-common autotools
@@ -60,6 +60,8 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-3.2.4-interp2.patch
epatch "${FILESDIR}"/${PN}-3.2.4-no-helvetica.patch
epatch "${FILESDIR}"/${PN}-3.2.4-normal-marker-size.patch
+ has_version ">=x11-libs/fltk-1.3_rc1" && \
+ epatch "${FILESDIR}"/${PN}-3.2.4-fltk-1.3.patch
eautoreconf
}