diff options
-rw-r--r-- | graphics/gource/files/patch-src-gource.h | 11 |
1 files changed, 11 insertions, 0 deletions
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; |