SOURCES: libofx-cc_fix.patch (NEW) - fixed compilation problems on...

wrobell wrobell at pld-linux.org
Tue Jan 24 14:44:25 CET 2006


Author: wrobell                      Date: Tue Jan 24 13:44:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed compilation problems on gcc 4

---- Files affected:
SOURCES:
   libofx-cc_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libofx-cc_fix.patch
diff -u /dev/null SOURCES/libofx-cc_fix.patch:1.1
--- /dev/null	Tue Jan 24 14:44:25 2006
+++ SOURCES/libofx-cc_fix.patch	Tue Jan 24 14:44:20 2006
@@ -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();
+    }
================================================================


More information about the pld-cvs-commit mailing list