summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-10-04 14:53:41 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-10-04 14:53:41 +0000
commit7a57a1ab03f06fe799972c3ec56a6fc1be212625 (patch)
tree2731c355d5074d0c628f3afebd15d8659e2b0806 /app-sci
parentStable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-7a57a1ab03f06fe799972c3ec56a6fc1be212625.tar.gz
gentoo-2-7a57a1ab03f06fe799972c3ec56a6fc1be212625.tar.bz2
gentoo-2-7a57a1ab03f06fe799972c3ec56a6fc1be212625.zip
Fixing #66111
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/octave/ChangeLog5
-rw-r--r--app-sci/octave/octave-2.1.57-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/octave/ChangeLog b/app-sci/octave/ChangeLog
index 1b1fdac5be4a..e5e1ea33238b 100644
--- a/app-sci/octave/ChangeLog
+++ b/app-sci/octave/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-sci/octave
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/ChangeLog,v 1.35 2004/10/01 00:11:00 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/ChangeLog,v 1.36 2004/10/04 14:53:41 phosphan Exp $
+
+ 04 Oct 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57-r1.ebuild:
+ Adding proper quotes to LDFLAGS, fixing bug #66111
01 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> octave-2.1.57-r1.ebuild:
Switched on blas use-flag as all arches have at least blas-atlas in testing
diff --git a/app-sci/octave/octave-2.1.57-r1.ebuild b/app-sci/octave/octave-2.1.57-r1.ebuild
index 27e6642afdff..cb85ae1421ce 100644
--- a/app-sci/octave/octave-2.1.57-r1.ebuild
+++ b/app-sci/octave/octave-2.1.57-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.57-r1.ebuild,v 1.8 2004/10/01 00:11:00 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.57-r1.ebuild,v 1.9 2004/10/04 14:53:41 phosphan Exp $
inherit flag-o-matic
@@ -65,7 +65,7 @@ src_compile() {
--target=${CHOST} \
--enable-rpath \
--enable-lite-kernel \
- LDFLAGS=${LDFLAGS} || die "configure failed"
+ LDFLAGS="${LDFLAGS}" || die "configure failed"
emake || die "emake failed"
}