diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-22 21:57:39 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-22 21:57:39 +0000 |
commit | d87b26043376f4ea261994cfeb17ac5a25ef8e31 (patch) | |
tree | c439858e74c06e613b24132148512b6479cbe3c7 /astro | |
parent | 21e148a85a6ddeb4a6a8d7d31be38033f896b442 (diff) | |
download | ports-d87b26043376f4ea261994cfeb17ac5a25ef8e31.tar.gz ports-d87b26043376f4ea261994cfeb17ac5a25ef8e31.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/files/patch-src_celestia_glutmain.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/celestia/files/patch-src_celestia_glutmain.cpp b/astro/celestia/files/patch-src_celestia_glutmain.cpp index b7bdc0488225..0df8dc68bc34 100644 --- a/astro/celestia/files/patch-src_celestia_glutmain.cpp +++ b/astro/celestia/files/patch-src_celestia_glutmain.cpp @@ -1,13 +1,13 @@ $FreeBSD$ --- src/celestia/glutmain.cpp.orig Tue Apr 30 10:36:11 2002 -+++ src/celestia/glutmain.cpp Fri May 17 17:47:50 2002 -@@ -509,7 +509,7 @@ int main(int argc, char* argv[]) ++++ src/celestia/glutmain.cpp Sat May 18 16:16:21 2002 +@@ -509,7 +509,7 @@ // Set the simulation starting time to the current system time time_t curtime=time(NULL); appCore->start((double) curtime / 86400.0 + (double) astro::Date(1970, 1, 1)); - #ifdef MACOSX -+ #if 1 ++ #if defined(MACOSX) || defined(__FreeBSD__) /* localtime in Darwin is is reentrant only equiv to Linux localtime_r() should probably port !MACOSX code to use this too, available since |