From b10adc0f8cc025bf211a98bd709e55dedbeaaccf Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Fri, 27 Nov 2009 09:40:34 +0000 Subject: [PATCH] Another patch to use time_t instead of long for storing timestamps. Should fix i386 build. Submitted by: till plewe --- graphics/gource/files/patch-src-gource.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/gource/files/patch-src-gource.h diff --git a/graphics/gource/files/patch-src-gource.h b/graphics/gource/files/patch-src-gource.h new file mode 100644 index 000000000000..1a24684e3e04 --- /dev/null +++ b/graphics/gource/files/patch-src-gource.h @@ -0,0 +1,11 @@ +--- src/gource.h.orig 2009-11-25 05:29:14.000000000 +0300 ++++ src/gource.h 2009-11-27 12:35:43.000000000 +0300 +@@ -110,7 +110,7 @@ class Gource : public SDLApp { + int framecount; + + float runtime; +- long currtime; ++ time_t currtime; + float subseconds; + + float splash;