summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-04-17 11:45:14 +0000
committerThomas Kahle <tomka@gentoo.org>2011-04-17 11:45:14 +0000
commit6dd10a96be5c1896f5896ec0bcc540eaee504f67 (patch)
tree694aadc1f4969b7192276bce8db1c646ce120c02 /sci-mathematics/singular
parentFix installation into /usr/usr/share, #360271 (diff)
downloadgentoo-2-6dd10a96be5c1896f5896ec0bcc540eaee504f67.tar.gz
gentoo-2-6dd10a96be5c1896f5896ec0bcc540eaee504f67.tar.bz2
gentoo-2-6dd10a96be5c1896f5896ec0bcc540eaee504f67.zip
Reverting latest changes to unbreak stable tree. See bug 362739.
(Portage version: 2.1.9.46/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/singular')
-rw-r--r--sci-mathematics/singular/ChangeLog5
-rw-r--r--sci-mathematics/singular/singular-3.1.2-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog
index 5358cc983df6..d480dcdc8f0c 100644
--- a/sci-mathematics/singular/ChangeLog
+++ b/sci-mathematics/singular/ChangeLog
@@ -1,6 +1,9 @@
# 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.44 2011/04/09 16:41:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.45 2011/04/17 11:45:14 tomka Exp $
+
+ 17 Apr 2011; Thomas Kahle <tomka@gentoo.org> singular-3.1.2-r2.ebuild:
+ Reverting latest changes to unbreak stable tree. See bug 362739.
09 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org>
singular-3.1.2-r2.ebuild:
diff --git a/sci-mathematics/singular/singular-3.1.2-r2.ebuild b/sci-mathematics/singular/singular-3.1.2-r2.ebuild
index 790edb87ed4a..9a3559efc1c6 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.9 2011/04/09 16:41:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.1.2-r2.ebuild,v 1.10 2011/04/17 11:45:14 tomka 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=\"${LDFLAGS} -shared\"/" \
+ -e "s/SLDFLAGS=-shared/SLDFLAGS=\"$(raw-ldflags) -shared\"/" \
"${S}"/Singular/configure.in || die
cd "${S}"/Singular || die "failed to cd into Singular/"