pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/libofx Make this package build with gcc-4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6d01abc62c7
branches:  trunk
changeset: 510758:f6d01abc62c7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Apr 03 17:26:40 2006 +0000

description:
Make this package build with gcc-4.

diffstat:

 finance/libofx/distinfo         |   3 ++-
 finance/libofx/patches/patch-ae |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 3ef8db616b50 -r f6d01abc62c7 finance/libofx/distinfo
--- a/finance/libofx/distinfo   Mon Apr 03 16:53:58 2006 +0000
+++ b/finance/libofx/distinfo   Mon Apr 03 17:26:40 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2006/02/08 16:21:51 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/04/03 17:26:40 minskim Exp $
 
 SHA1 (libofx-0.8.0.tar.gz) = 38c2782ed50bd3dd2e89ec3b7c4f3f3611ea44d2
 RMD160 (libofx-0.8.0.tar.gz) = b4b6f7562a2435e465f8bc40c4a338082b82d901
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = 55c30b5246614767a75b4056a5421344b81af957
 SHA1 (patch-ac) = ea2c94bd3b6d2620e57b7a9bac91c832747a2104
 SHA1 (patch-ad) = 804898e9619f9da2d4fec76182022a0dfcb5aff2
+SHA1 (patch-ae) = cdeb08c8ec7b21cb35d2d0362067c87193c934d4
diff -r 3ef8db616b50 -r f6d01abc62c7 finance/libofx/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/libofx/patches/patch-ae   Mon Apr 03 17:26:40 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/04/03 17:26:40 minskim Exp $
+
+--- lib/tree.hh.orig   2004-04-08 23:51:45.000000000 -0700
++++ lib/tree.hh
+@@ -69,7 +69,7 @@ inline void constructor(T1* p) 
+    }
+ 
+ template <class T1>
+-inline void kp::destructor(T1* p)
++inline void destructor(T1* p)
+    {
+    p->~T1();
+    }



Home | Main Index | Thread Index | Old Index