mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
446587fe3f
A Rubik's cube game for KDE. PR: 14490 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
--- krubik/cube.cpp.orig Sun Oct 4 14:07:13 1998
|
|
+++ krubik/cube.cpp Sat Oct 23 23:04:56 1999
|
|
@@ -34,6 +34,8 @@
|
|
srandom( time->msecsTo( QTime::currentTime() ) );
|
|
#elif sparc
|
|
srand( time->msecsTo( QTime::currentTime() ) );
|
|
+ #elif __FreeBSD__
|
|
+ srand( time->msecsTo( QTime::currentTime() ) );
|
|
#else
|
|
debug("Unsupported achitecture, please mail pte@ddsw.nl") ;
|
|
srand( time->msecsTo( QTime::currentTime() ) );
|