summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-09-22 10:31:47 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-09-22 10:31:47 +0000
commitc12f3f12e5d7192734fde7ef8fda7357008d02e9 (patch)
tree80744a31c394d7cd786d9ea3eb214361dca3bd1e /app-sci/fung-calc
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-c12f3f12e5d7192734fde7ef8fda7357008d02e9.tar.gz
gentoo-2-c12f3f12e5d7192734fde7ef8fda7357008d02e9.tar.bz2
gentoo-2-c12f3f12e5d7192734fde7ef8fda7357008d02e9.zip
Fixing #60888.
Diffstat (limited to 'app-sci/fung-calc')
-rw-r--r--app-sci/fung-calc/ChangeLog7
-rw-r--r--app-sci/fung-calc/fung-calc-1.3.2b.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/app-sci/fung-calc/ChangeLog b/app-sci/fung-calc/ChangeLog
index 09152bdaca21..07bb94cd9fbf 100644
--- a/app-sci/fung-calc/ChangeLog
+++ b/app-sci/fung-calc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-sci/fung-calc
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/fung-calc/ChangeLog,v 1.8 2004/07/31 21:14:30 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/fung-calc/ChangeLog,v 1.9 2004/09/22 10:31:47 phosphan Exp $
+
+ 22 Sep 2004; Patrick Kursawe <phosphan@gentoo.org> fung-calc-1.3.2b.ebuild:
+ Applying fPIC patch always - makes testing easier, helps prelinking and
+ makes it compile again on all platforms != amd64, closing bug
+ #60888. ;-)
31 Jul 2004; <malc@gentoo.org> fung-calc-1.3.2b.ebuild:
Add gcc34 and fPIC patches, keyword ~amd64, closes bug #57768
diff --git a/app-sci/fung-calc/fung-calc-1.3.2b.ebuild b/app-sci/fung-calc/fung-calc-1.3.2b.ebuild
index 8e9dc52cf069..7e248336bed8 100644
--- a/app-sci/fung-calc/fung-calc-1.3.2b.ebuild
+++ b/app-sci/fung-calc/fung-calc-1.3.2b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/fung-calc/fung-calc-1.3.2b.ebuild,v 1.7 2004/07/31 21:14:30 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/fung-calc/fung-calc-1.3.2b.ebuild,v 1.8 2004/09/22 10:31:47 phosphan Exp $
IUSE="opengl"
@@ -26,7 +26,7 @@ src_compile() {
addwrite ${QTDIR}/etc/settings
local myconf
use opengl || myconf="${myconf} --disable-glgraph"
- use amd64 && epatch ${FILESDIR}/fung-calc-fPIC || die
+ epatch ${FILESDIR}/fung-calc-fPIC
# use kde || myconf="${myconf} --disable-kde-app"
econf ${myconf} || die "configure failed"
epatch ${FILESDIR}/fung-calc-gcc34-fix || die