summaryrefslogtreecommitdiff
path: root/finance/libofx/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-04-03 17:26:40 +0000
committerminskim <minskim@pkgsrc.org>2006-04-03 17:26:40 +0000
commit4a28423d25c53f982e160ac85184b341c89666c6 (patch)
tree09a57c650e1d3a106b06a0cf1f657b60f9cd7138 /finance/libofx/patches
parent6e158978a75e255e118e8a9b10023d5b21585776 (diff)
downloadpkgsrc-4a28423d25c53f982e160ac85184b341c89666c6.tar.gz
Make this package build with gcc-4.
Diffstat (limited to 'finance/libofx/patches')
-rw-r--r--finance/libofx/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/finance/libofx/patches/patch-ae b/finance/libofx/patches/patch-ae
new file mode 100644
index 00000000000..a2ce41b454d
--- /dev/null
+++ b/finance/libofx/patches/patch-ae
@@ -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();
+ }