1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/games/freesweep/files/patch-aa

12 lines
294 B
Plaintext
Raw Normal View History

--- sweep.h.in.orig Wed Mar 29 23:08:32 2000
+++ sweep.h.in Wed Mar 29 23:09:50 2000
@@ -36,7 +36,7 @@
#include <signal.h>
#ifdef HAVE_LIBNCURSES
-#include "@NCURSES_HINT@/include/curses.h"
+#include <ncurses.h>
#define DEFAULT_LINEDRAW 1
#else /* HAVE_LIBNCURSES */
#include <curses.h>