]> git.pld-linux.org Git - packages/libofx.git/commitdiff
- fixed compilation problems on gcc 4
authorwrobell <wrobell@pld-linux.org>
Tue, 24 Jan 2006 13:44:20 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libofx-cc_fix.patch -> 1.1

libofx-cc_fix.patch [new file with mode: 0644]

diff --git a/libofx-cc_fix.patch b/libofx-cc_fix.patch
new file mode 100644 (file)
index 0000000..fbba670
--- /dev/null
@@ -0,0 +1,11 @@
+--- libofx-0.8.0/lib/tree.hh.orig      2006-01-24 13:36:17.000000000 +0000
++++ libofx-0.8.0/lib/tree.hh   2006-01-24 13:36:38.000000000 +0000
+@@ -69,7 +69,7 @@
+    }
+ template <class T1>
+-inline void kp::destructor(T1* p)
++inline void destructor(T1* p)
+    {
+    p->~T1();
+    }
This page took 0.082685 seconds and 4 git commands to generate.