Index: head/games/moria/files/patch-source::death.c =================================================================== --- head/games/moria/files/patch-source::death.c (nonexistent) +++ head/games/moria/files/patch-source::death.c (revision 86525) @@ -0,0 +1,34 @@ +$FreeBSD$ + +--- source/death.c.orig Thu Aug 7 16:02:45 2003 ++++ source/death.c Thu Aug 7 16:06:12 2003 +@@ -123,6 +123,7 @@ + #include + #endif + ++#ifndef __FreeBSD__ + #ifndef VMS + #ifndef MAC + #if !defined(ATARIST_MWC) && !defined(AMIGA) +@@ -130,18 +131,19 @@ + #endif + #endif + #endif ++#endif + + static void date(day) + char *day; + { + register char *tmp; +-#ifdef MAC ++#if defined(MAC) || defined(__FreeBSD__) + time_t clockvar; + #else + long clockvar; + #endif + +-#ifdef MAC ++#if defined(MAC) || defined(__FreeBSD__) + clockvar = time((time_t *) 0); + #else + clockvar = time((long *) 0); Property changes on: head/games/moria/files/patch-source::death.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/games/moria/files/patch-source::main.c =================================================================== --- head/games/moria/files/patch-source::main.c (nonexistent) +++ head/games/moria/files/patch-source::main.c (revision 86525) @@ -0,0 +1,31 @@ +$FreeBSD$ + +--- source/main.c.orig Thu Jul 21 19:47:27 1994 ++++ source/main.c Thu Aug 7 16:12:13 2003 +@@ -88,6 +88,7 @@ + #include + #endif + ++#ifndef __FreeBSD__ + #ifndef VMS + #ifndef MAC + #ifndef GEMDOS +@@ -98,6 +99,9 @@ + char *getenv(); + #endif + #endif ++#else ++#include ++#endif + + #ifndef MAC + #ifndef AMIGA +@@ -360,7 +364,7 @@ + else + { /* Create character */ + create_character(); +-#ifdef MAC ++#if defined(MAC) || defined(__FreeBSD__) + birth_date = time ((time_t *)0); + #else + birth_date = time ((long *)0); Property changes on: head/games/moria/files/patch-source::main.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/games/moria/files/patch-source::misc1.c =================================================================== --- head/games/moria/files/patch-source::misc1.c (nonexistent) +++ head/games/moria/files/patch-source::misc1.c (revision 86525) @@ -0,0 +1,38 @@ +$FreeBSD$ + +--- source/misc1.c.orig Thu Aug 7 16:07:21 2003 ++++ source/misc1.c Thu Aug 7 16:08:58 2003 +@@ -28,7 +28,7 @@ + #endif + #endif + +-#if !defined(ATARIST_MWC) && !defined(MAC) && !defined(VMS) && !defined(AMIGA) ++#if !defined(ATARIST_MWC) && !defined(MAC) && !defined(VMS) && !defined(AMIGA) && !defined(__FreeBSD__) + long time(); + #endif + struct tm *localtime(); +@@ -45,7 +45,7 @@ + register int32u clock_var; + + if (seed == 0) +-#ifdef MAC ++#if defined(MAC) || defined(__FreeBSD__) + clock_var = time((time_t *)0); + #else + clock_var = time((long *)0); +@@ -89,10 +89,14 @@ + int check_time() + { + #ifdef MORIA_HOU ++#if defined(MAC) || defined(__FreeBSD__) ++ time_t clock_var; ++#else + long clock_var; ++#endif + register struct tm *tp; + +-#ifdef MAC ++#if defined(MAC) || defined(__FreeBSD__) + clock_var = time((time_t *)0); + #else + clock_var = time((long *)0); Property changes on: head/games/moria/files/patch-source::misc1.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property