aboutsummaryrefslogtreecommitdiff
path: root/graphics/gource
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2009-11-27 09:40:34 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2009-11-27 09:40:34 +0000
commitb10adc0f8cc025bf211a98bd709e55dedbeaaccf (patch)
tree023a3683c3db5161320c2d42aba80bf2b715330d /graphics/gource
parentab9d3a7b76d329c3349642bb66ffe85e753b47fc (diff)
downloadports-b10adc0f8cc025bf211a98bd709e55dedbeaaccf.tar.gz
ports-b10adc0f8cc025bf211a98bd709e55dedbeaaccf.zip
Notes
Diffstat (limited to 'graphics/gource')
-rw-r--r--graphics/gource/files/patch-src-gource.h11
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;