freebsd-ports/games/omega/files/patch-ac
Chris Piazza 3d63f83d68 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>
1999-07-05 03:05:59 +00:00

15 lines
326 B
Text

--- file.c Fri Jan 1 03:08:26 1999
+++ /home/andy/tmp/wrk/file.c Fri May 14 20:28:46 1999
@@ -9,7 +9,11 @@
# ifdef AMIGA
# include <curses210.h>
# else
-# include <curses.h>
+# ifdef __FreeBSD__
+# include <ncurses.h>
+# else
+# include <curses.h>
+# endif
# endif
# include <sys/types.h>
# include <unistd.h>