diff options
author | will <will@FreeBSD.org> | 2002-11-18 09:36:31 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-11-18 09:36:31 +0800 |
commit | 79c5c950b337c2df3205cc999a8ea786c7210bfd (patch) | |
tree | b1da8d452a7e104a89d63439a28b6862bf24e3ff /astro | |
parent | 7f4492f8e7edf5b56753a776f335fe0d706d5b22 (diff) | |
download | freebsd-ports-gnome-79c5c950b337c2df3205cc999a8ea786c7210bfd.tar.gz freebsd-ports-gnome-79c5c950b337c2df3205cc999a8ea786c7210bfd.tar.zst freebsd-ports-gnome-79c5c950b337c2df3205cc999a8ea786c7210bfd.zip |
Fix build on -CURRENT. Build tested on -STABLE as well.
Submitted by: schweikh
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/files/patch-xplanetbg.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/xplanet/files/patch-xplanetbg.cc b/astro/xplanet/files/patch-xplanetbg.cc new file mode 100644 index 000000000000..e0f022967c28 --- /dev/null +++ b/astro/xplanet/files/patch-xplanetbg.cc @@ -0,0 +1,11 @@ +--- xplanetbg.cc.orig Fri Mar 22 04:17:05 2002 ++++ xplanetbg.cc Sun Nov 17 18:26:59 2002 +@@ -907,7 +907,7 @@ + + if (debug) + { +- cout << "Finished at " << ctime(¤t_time.tv_sec); ++ cout << "Finished at " << ctime((time_t *)¤t_time.tv_sec); + cout << "Sleeping for " << sleep_time << " seconds until " + << ctime((time_t *) &next_update) << endl; + } |