summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-11-24 13:52:00 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-11-24 13:52:00 +0000
commitae6c8dfff0f0366a64460f8680e3143d49c18142 (patch)
tree151e450fbeddb4bbe5c09ffb8349a9df7a7b4c46 /sci-libs/nlopt/nlopt-1.2.ebuild
parentFixed RDEPEND to try to address bug #288887; changed DOCS to reduce redundanc... (diff)
downloadgentoo-2-ae6c8dfff0f0366a64460f8680e3143d49c18142.tar.gz
gentoo-2-ae6c8dfff0f0366a64460f8680e3143d49c18142.tar.bz2
gentoo-2-ae6c8dfff0f0366a64460f8680e3143d49c18142.zip
Added missing configure switch for octave use flag.
(Portage version: 2.1.7.6/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/nlopt/nlopt-1.2.ebuild')
-rw-r--r--sci-libs/nlopt/nlopt-1.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/nlopt/nlopt-1.2.ebuild b/sci-libs/nlopt/nlopt-1.2.ebuild
index ae1673e9df99..7c5638148643 100644
--- a/sci-libs/nlopt/nlopt-1.2.ebuild
+++ b/sci-libs/nlopt/nlopt-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-1.2.ebuild,v 1.1 2009/11/20 22:12:29 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nlopt/nlopt-1.2.ebuild,v 1.2 2009/11/24 13:52:00 markusle Exp $
EAPI=2
inherit eutils
@@ -27,7 +27,8 @@ src_configure() {
fi
econf \
--enable-shared \
- $(use_with cxx)
+ $(use_with cxx) \
+ $(use_with octave)
}
src_install() {