diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-04-20 19:18:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-04-20 19:18:38 +0000 |
commit | cc470976104282334eee8480f84dc4aeb8ac91d7 (patch) | |
tree | 8c13224dac90a685b171becb71438589283b9232 /sysutils/wmbluecpu/files/patch-wmbluecpu.c | |
parent | - Unbreak build following rest of bacula port updates. (diff) |
Fix after libxcb update.
PR: ports/131309
Submitted by: Eric Dedrick
Fixed by: Benjamin Close (maintainer)
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=232380
Diffstat (limited to 'sysutils/wmbluecpu/files/patch-wmbluecpu.c')
-rw-r--r-- | sysutils/wmbluecpu/files/patch-wmbluecpu.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/wmbluecpu/files/patch-wmbluecpu.c b/sysutils/wmbluecpu/files/patch-wmbluecpu.c new file mode 100644 index 000000000000..d308aecaa950 --- /dev/null +++ b/sysutils/wmbluecpu/files/patch-wmbluecpu.c @@ -0,0 +1,17 @@ +--- wmbluecpu.c 2003-03-17 12:02:13.000000000 +1030 ++++ wmbluecpu.c 2009-02-11 12:35:43.966803000 +1030 +@@ -32,12 +32,12 @@ + argv = varg; + parse_arguments(); + make_window(); +- start_timer(); ++ cpu_init(); ++ handle_timer(14); + while(!exitloop) + { + process_events(); + } +- stop_timer(); + free_stuff(); + return 0; + } |