mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
$NetBSD: patch-ab,v 1.8 2015/08/01 19:10:15 tonio Exp $
|
|
|
|
Prefer ncursesw/curses.h over ncursesw/ncurses.h.
|
|
|
|
--- src/gui/curses/gui-curses.h.orig 2012-01-08 09:13:53.000000000 +0000
|
|
+++ src/gui/curses/gui-curses.h
|
|
@@ -23,6 +23,8 @@
|
|
#include <time.h>
|
|
|
|
#ifdef HAVE_NCURSESW_CURSES_H
|
|
+#include <ncursesw/curses.h>
|
|
+#elif HAVE_NCURSESW_NCURSES_H
|
|
#include <ncursesw/ncurses.h>
|
|
#elif HAVE_NCURSES_H
|
|
#include <ncurses.h>
|