diff options
Diffstat (limited to 'games/krubik/files/patch-aa')
-rw-r--r-- | games/krubik/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/krubik/files/patch-aa b/games/krubik/files/patch-aa deleted file mode 100644 index 3fd2525..0000000 --- a/games/krubik/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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() ) ); |