1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/freesweep/files/patch-aa
Chris Piazza b67a403ec4 Freesweep,
a minsweeper-style game for text-mode terminals.  Features include
boards up to 1024x1024 and saving and loading the boards.

PR:		12805
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-08-01 03:16:24 +00:00

12 lines
310 B
Plaintext

--- sweep.h.in Sun Jul 25 03:39:50 1999
+++ /home/andy/tmp/wrk/sweep.h.in Sun Jul 25 17:51:44 1999
@@ -36,7 +36,7 @@
#include <signal.h>
#ifdef HAVE_LIBNCURSES
-#include "@NCURSES_HINT@/include/curses.h"
+#include <ncurses.h>
#else /* HAVE_LIBNCURSES */
#include <curses.h>
#endif /* HAVE_LIBNCURSES */