diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2006-08-24 22:20:23 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2006-08-24 22:20:23 +0000 |
commit | ab5dca814629689107a51304d47907cf5180d1d5 (patch) | |
tree | 88114486ec7cc38943d1f7d02040911cf6056fe7 /sci-mathematics | |
parent | pearpc doesn't work on amd64; see bug 123461 (diff) | |
download | gentoo-2-ab5dca814629689107a51304d47907cf5180d1d5.tar.gz gentoo-2-ab5dca814629689107a51304d47907cf5180d1d5.tar.bz2 gentoo-2-ab5dca814629689107a51304d47907cf5180d1d5.zip |
Removing fPIC workaround as the cause of this was resolved, see bug #114722.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.0.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index dfe1f3df362d..c5386eb673bd 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.38 2006/07/23 11:31:22 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.39 2006/08/24 22:20:23 herbs Exp $ + + 24 Aug 2006; Herbie Hopkins <herbs@gentoo.org> pari-2.3.0.ebuild: + Removing fPIC workaround as the cause of this was resolved, see bug #114722. *pari-2.3.0 (23 Jul 2006) diff --git a/sci-mathematics/pari/pari-2.3.0.ebuild b/sci-mathematics/pari/pari-2.3.0.ebuild index 82cb1637483e..231774275bd7 100644 --- a/sci-mathematics/pari/pari-2.3.0.ebuild +++ b/sci-mathematics/pari/pari-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.0.ebuild,v 1.2 2006/08/23 19:00:15 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.0.ebuild,v 1.3 2006/08/24 22:20:23 herbs Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -31,9 +31,6 @@ src_compile() { append-flags -O2 fi - #we also need to force -fPIC throughout on amd64 - if [ "${ARCH}" = "amd64" ] && ! is-flag -fPIC; then append-flags -fPIC; fi - ./Configure \ --host=${myhost} \ --prefix=/usr \ |