mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Another patch to use time_t instead of long for storing timestamps.
Should fix i386 build. Submitted by: till plewe <till.plewe@gmail.com>
This commit is contained in:
parent
ab9d3a7b76
commit
b10adc0f8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244842
1 changed files with 11 additions and 0 deletions
11
graphics/gource/files/patch-src-gource.h
Normal file
11
graphics/gource/files/patch-src-gource.h
Normal file
|
@ -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;
|
Loading…
Add table
Reference in a new issue