summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/singular/singular-3.1.2-r2.ebuild')
-rw-r--r--sci-mathematics/singular/singular-3.1.2-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/singular/singular-3.1.2-r2.ebuild b/sci-mathematics/singular/singular-3.1.2-r2.ebuild
index 8e7d44e74beb..790edb87ed4a 100644
--- a/sci-mathematics/singular/singular-3.1.2-r2.ebuild
+++ b/sci-mathematics/singular/singular-3.1.2-r2.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/singular/singular-3.1.2-r2.ebuild,v 1.8 2011/03/27 19:52:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.9 2011/04/09 16:41:12 flameeyes Exp $
EAPI="3"
WANT_AUTOCONF="2.1" # Upstream ticket 240 -> wontfix
@@ -67,7 +67,7 @@ src_prepare () {
sed -i \
-e "/CXXFLAGS/ s/--no-exceptions//g" \
- -e "s/SLDFLAGS=-shared/SLDFLAGS=\"$(raw-ldflags) -shared\"/" \
+ -e "s/SLDFLAGS=-shared/SLDFLAGS=\"${LDFLAGS} -shared\"/" \
"${S}"/Singular/configure.in || die
cd "${S}"/Singular || die "failed to cd into Singular/"