1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/krubik/files/patch-aa
Steve Price 446587fe3f Initial import of krubik version 1.06.
A Rubik's cube game for KDE.

PR:		14490
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-11-26 19:14:48 +00:00

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() ) );