summaryrefslogtreecommitdiffstats
path: root/games/omega/files/patch-af
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-07-05 03:05:59 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-07-05 03:05:59 +0000
commit099cd8be3c140879ce7983eea306f7e0076f8b0a (patch)
tree25fd9a3d960dae1661233027da03a94b2e2ae03d /games/omega/files/patch-af
parent77a6e1894f047952ca669eccc2cd42aae5fad49c (diff)
downloadFreeBSD-ports-099cd8be3c140879ce7983eea306f7e0076f8b0a.zip
FreeBSD-ports-099cd8be3c140879ce7983eea306f7e0076f8b0a.tar.gz
Omega, a complex rouge-style game of dungeon exploration.
Unlike other such games, there are a number of ways to "win" depending on various actions taken druing play. PR: 12506 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/omega/files/patch-af')
-rw-r--r--games/omega/files/patch-af15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/omega/files/patch-af b/games/omega/files/patch-af
new file mode 100644
index 0000000..932cae6
--- /dev/null
+++ b/games/omega/files/patch-af
@@ -0,0 +1,15 @@
+--- inv.c Fri Jan 1 03:08:33 1999
++++ /home/andy/tmp/wrk/inv.c Fri May 14 20:28:52 1999
+@@ -8,7 +8,11 @@
+ # ifdef AMIGA
+ # include <curses210.h>
+ # else
+-# include <curses.h>
++# ifdef __FreeBSD__
++# include <ncurses.h>
++# else
++# include <curses.h>
++# endif
+ # endif
+ #endif
+
OpenPOWER on IntegriCloud