diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-04 13:47:42 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-04 13:47:42 +0000 |
commit | d5195a96160d765326a877ded3db6c4aab54a6e6 (patch) | |
tree | 583d97b05cf0fc9012a2e10a7d7f4d03944c73d4 /app-office/gnotime/files | |
parent | stable x86, bug 299125 (diff) | |
download | gentoo-2-d5195a96160d765326a877ded3db6c4aab54a6e6.tar.gz gentoo-2-d5195a96160d765326a877ded3db6c4aab54a6e6.tar.bz2 gentoo-2-d5195a96160d765326a877ded3db6c4aab54a6e6.zip |
revision bump to make it 64bit safe. Patch by Thomas Cort <tom AT tomcort DOT com>, see bug 231986
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-office/gnotime/files')
-rw-r--r-- | app-office/gnotime/files/gnotime-2.3.0-missing-includes.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-office/gnotime/files/gnotime-2.3.0-missing-includes.patch b/app-office/gnotime/files/gnotime-2.3.0-missing-includes.patch new file mode 100644 index 000000000000..207c6cd1207d --- /dev/null +++ b/app-office/gnotime/files/gnotime-2.3.0-missing-includes.patch @@ -0,0 +1,22 @@ +diff -urN gnotime-2.3.0-r2.orig/src/ghtml.c gnotime-2.3.0-r2/src/ghtml.c +--- gnotime-2.3.0-r2.orig/src/ghtml.c 2009-06-01 20:50:50.206060968 -0400 ++++ gnotime-2.3.0-r2/src/ghtml.c 2009-06-01 20:51:59.306074517 -0400 +@@ -24,6 +24,7 @@ + #include <libguile.h> + #include <libguile/backtrace.h> + #include <limits.h> ++#include <math.h> + #include <stdio.h> + #include <string.h> + #include <libgnomevfs/gnome-vfs.h> +diff -urN gnotime-2.3.0-r2.orig/src/notes-area.c gnotime-2.3.0-r2/src/notes-area.c +--- gnotime-2.3.0-r2.orig/src/notes-area.c 2009-06-01 20:50:50.206060968 -0400 ++++ gnotime-2.3.0-r2/src/notes-area.c 2009-06-01 20:52:40.076074295 -0400 +@@ -22,6 +22,7 @@ + #include <gnome.h> + + #include "proj.h" ++#include "menus.h" + #include "notes-area.h" + #include "util.h" + |