diff options
author | 2011-04-17 11:45:14 +0000 | |
---|---|---|
committer | 2011-04-17 11:45:14 +0000 | |
commit | 6dd10a96be5c1896f5896ec0bcc540eaee504f67 (patch) | |
tree | 694aadc1f4969b7192276bce8db1c646ce120c02 /sci-mathematics/singular/singular-3.1.2-r2.ebuild | |
parent | Fix installation into /usr/usr/share, #360271 (diff) | |
download | gentoo-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/singular-3.1.2-r2.ebuild')
-rw-r--r-- | sci-mathematics/singular/singular-3.1.2-r2.ebuild | 4 |
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 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/" |