summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-04-09 16:41:12 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-04-09 16:41:12 +0000
commit00b86f575106e54fa1ed5716252900410c58016e (patch)
tree8f94fe8300babca7d5fd9135a2ca8b7758b5b24b /sci-mathematics/singular
parentswitch to Debian patch for wavpack support (bug #351952); always build server (diff)
downloadgentoo-2-00b86f575106e54fa1ed5716252900410c58016e.tar.gz
gentoo-2-00b86f575106e54fa1ed5716252900410c58016e.tar.bz2
gentoo-2-00b86f575106e54fa1ed5716252900410c58016e.zip
Don't use raw LDFLAGS (thankfully GCC 4.6 now chokes on this).
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/singular')
-rw-r--r--sci-mathematics/singular/ChangeLog6
-rw-r--r--sci-mathematics/singular/singular-3.1.2-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog
index cf4a4efaece1..5358cc983df6 100644
--- a/sci-mathematics/singular/ChangeLog
+++ b/sci-mathematics/singular/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/singular
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.43 2011/03/27 19:52:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.44 2011/04/09 16:41:12 flameeyes Exp $
+
+ 09 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ singular-3.1.2-r2.ebuild:
+ Don't use raw LDFLAGS (thankfully GCC 4.6 now chokes on this).
27 Mar 2011; Brent Baude <ranger@gentoo.org> singular-3.1.2-r2.ebuild:
stable ppc, bug 352177
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/"