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
commit50a3ad1aed87abb46d43192783fc03bea45ad1e7 (patch)
tree84704dccc3d6f5039bdc14b513c1077f9c94eea7 /app-sci/fung-calc
parentversion bump (diff)
downloadhistorical-50a3ad1aed87abb46d43192783fc03bea45ad1e7.tar.gz
historical-50a3ad1aed87abb46d43192783fc03bea45ad1e7.tar.bz2
historical-50a3ad1aed87abb46d43192783fc03bea45ad1e7.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/Manifest8
-rw-r--r--app-sci/fung-calc/fung-calc-1.3.2b.ebuild4
3 files changed, 12 insertions, 7 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/Manifest b/app-sci/fung-calc/Manifest
index 81cc89abe2f0..74ef1c8e34bb 100644
--- a/app-sci/fung-calc/Manifest
+++ b/app-sci/fung-calc/Manifest
@@ -1,6 +1,6 @@
-MD5 fd9ba21806233a883aad37dadfe27e82 ChangeLog 1014
-MD5 53de77d2cf778055176f9a08e6b1eb63 fung-calc-1.3.2b.ebuild 1035
+MD5 96267c9e9c98cb49cb47c93fb9c5a58d fung-calc-1.3.2b.ebuild 1019
+MD5 41652893c4111fdc519e34de7be8257f ChangeLog 1249
MD5 201497e376059503f8b7afd504d41023 metadata.xml 179
-MD5 1f03bfb698d9118e85657502d1faf8c7 files/fung-calc-fPIC 1150
-MD5 b0fb80ab9ac4825cc0a64bc59c7fcc3b files/digest-fung-calc-1.3.2b 69
MD5 7c91a4b480fa01a6b4bfa95814ad31bd files/fung-calc-gcc34-fix 679
+MD5 b0fb80ab9ac4825cc0a64bc59c7fcc3b files/digest-fung-calc-1.3.2b 69
+MD5 1f03bfb698d9118e85657502d1faf8c7 files/fung-calc-fPIC 1150
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