403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.217.33
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/astro/celestia/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/astro/celestia/files/patch-src_celestia_kde_kdeglwidget.cpp
--- src/celestia/kde/kdeglwidget.cpp.orig	2009-06-22 22:44:21
+++ src/celestia/kde/kdeglwidget.cpp	2009-08-17 13:30:31
@@ -106,9 +106,16 @@
 
     time_t curtime=time(NULL);
     appCore->start(astro::UTCtoTDB((double) curtime / 86400.0 + (double) astro::Date(1970, 1, 1)));
+#if defined(__FreeBSD__)
+    /* FreeBSD does not export raw `timezone' and `daylight' values */
+    struct tm *temptime = localtime(&curtime);
+    appCore->setTimeZoneBias(temptime->tm_gmtoff);
+    appCore->setTimeZoneName(temptime->tm_zone);
+#else
     localtime(&curtime); /* Only doing this to set timezone as a side effect*/
     appCore->setTimeZoneBias(-timezone+3600*daylight);
     appCore->setTimeZoneName(tzname[daylight?0:1]);
+#endif
     appCore->tick();
 
     KGlobal::config()->setGroup("Preferences");

Youez - 2016 - github.com/yon3zu
LinuXploit