From 1246a631b88536e969c339b6e48d7fd6644b5c17 Mon Sep 17 00:00:00 2001 From: Markus Dittrich Date: Thu, 20 Mar 2008 17:32:37 +0000 Subject: Added patch to allow compilation against imagemagick-6.3.9* (see bug #213980). Also removed old versions. (Portage version: 2.1.4.4) --- sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild') diff --git a/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild index 64bbf0c0c44d..9bbaab5d694d 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild,v 1.7 2007/07/22 07:00:50 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.01.28.ebuild,v 1.8 2008/03/20 17:32:36 markusle Exp $ inherit eutils @@ -33,10 +33,10 @@ src_compile() { # patch Makefiles to avoid sandbox violations sed -e "s|\$(MPATH)|${D}/\$(MPATH)|" \ - -i ${S}/main/comm/Makefile \ - -i ${S}/main/comm/doc/Makefile \ - -i ${S}/main/fixed/Makefile \ - -i ${S}/main/fixed/doc/Makefile \ + -i "${S}"/main/comm/Makefile \ + -i "${S}"/main/comm/doc/Makefile \ + -i "${S}"/main/fixed/Makefile \ + -i "${S}"/main/fixed/doc/Makefile \ || die "failed to patch Makefiles" emake || die "emake failed" -- cgit v1.2.3-65-gdbad