]> git.pld-linux.org Git - packages/libofx.git/commitdiff
- use system wide lib.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 24 Jan 2006 19:54:59 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libofx-cc_fix.patch -> 1.2
    libofx-system-wide-treehh.patch -> 1.1

libofx-cc_fix.patch [deleted file]
libofx-system-wide-treehh.patch [new file with mode: 0644]

diff --git a/libofx-cc_fix.patch b/libofx-cc_fix.patch
deleted file mode 100644 (file)
index fbba670..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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();
-    }
diff --git a/libofx-system-wide-treehh.patch b/libofx-system-wide-treehh.patch
new file mode 100644 (file)
index 0000000..414e617
--- /dev/null
@@ -0,0 +1,24 @@
+--- libofx-0.8.0/lib/Makefile.am.orig  2006-01-24 20:50:44.000000000 +0100
++++ libofx-0.8.0/lib/Makefile.am       2006-01-24 20:50:58.513652750 +0100
+@@ -33,8 +33,7 @@
+               ofx_request.hh \
+               ofx_request_accountinfo.hh \
+               ofx_request_statement.hh \
+-              ofx_utilities.hh \
+-              tree.hh
++              ofx_utilities.hh
+ AM_CPPFLAGS = \
+       -I. \
+--- libofx-0.8.0/lib/Makefile.in.orig  2006-01-24 20:50:44.000000000 +0100
++++ libofx-0.8.0/lib/Makefile.in       2006-01-24 20:51:04.314015250 +0100
+@@ -241,8 +241,7 @@
+               ofx_request.hh \
+               ofx_request_accountinfo.hh \
+               ofx_request_statement.hh \
+-              ofx_utilities.hh \
+-              tree.hh
++              ofx_utilities.hh
+ AM_CPPFLAGS = \
+       -I. \
This page took 0.043982 seconds and 4 git commands to generate.