mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
- Add LICENSE section - Change default for BACKTRACE option to On PR: ports/159850 Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
11 lines
291 B
Text
11 lines
291 B
Text
--- src/gui/curses/gui-curses-term.c.orig 2011-08-18 04:25:40.510233646 +0100
|
|
+++ src/gui/curses/gui-curses-term.c 2011-08-18 04:25:55.436405801 +0100
|
|
@@ -26,7 +26,7 @@
|
|
#endif
|
|
|
|
#ifdef HAVE_NCURSESW_CURSES_H
|
|
-#include <ncursesw/term.h>
|
|
+#include <term.h>
|
|
#else
|
|
#include <term.h>
|
|
#endif
|