mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f34a81fd32
Broken by: billf Submitted by: jhb Apologies to: maintainer
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
--- curses.c.orig Thu Dec 30 22:02:46 1999
|
|
+++ curses.c Mon Jan 24 00:20:19 2000
|
|
@@ -1,7 +1,7 @@
|
|
-#ifdef HAVE_LIBCURSES
|
|
-#ifdef HAVE_CURSES_H
|
|
+#ifdef HAVE_LIBNCURSES
|
|
+#ifdef HAVE_NCURSES_H
|
|
|
|
-#include <curses.h>
|
|
+#include <ncurses.h>
|
|
|
|
#define FWIDTH 6
|
|
#define FHEIGHT 7
|