summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-06-06 16:35:25 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-06-06 16:35:25 +0000
commit6a366d29abd9a7b8d62d71320f13fb58d79e127e (patch)
tree54b8abce84145ff987223538c1a1ce44fb199020 /app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff
parent(#86959) Stable on x86. (diff)
downloadgentoo-2-6a366d29abd9a7b8d62d71320f13fb58d79e127e.tar.gz
gentoo-2-6a366d29abd9a7b8d62d71320f13fb58d79e127e.tar.bz2
gentoo-2-6a366d29abd9a7b8d62d71320f13fb58d79e127e.zip
Version bump; not many changes. most upstream changes are already present in 0.1.18-r2. Added gcc-4 patch which is applicable for both 0.1.18-r2 and 0.1.19. Tidy'd old ebuilds and patches.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff')
-rw-r--r--app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff b/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff
new file mode 100644
index 000000000000..38caf1b4b12e
--- /dev/null
+++ b/app-misc/devtodo/files/devtodo-0.1.18-gcc4.diff
@@ -0,0 +1,11 @@
+--- src/Todo.h.orig 2005-06-06 12:15:58.000000000 -0400
++++ src/Todo.h 2005-06-06 12:13:41.000000000 -0400
+@@ -14,6 +14,8 @@
+ 01/02/01 Initial creation
+ */
+
++class TodoDB;
++
+ class Todo {
+ public :
+ friend class TodoDB;