mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dbd0fab187
This breaks the port (hopefully temporarily) for CURRENT, but it is verified to work in both, RELENG_3 and RELENG_4. It also corrects problems with RELENG_3, which is more important than CURRENT. PR: 20951 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Furthermore: James McNaughton <jtm63@enteract.com> submitted PR 21147, which is solved with this commit, and tested this version on RELENG_3
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
--- console/ncurses.c~ Sat Jun 17 01:39:59 2000
|
|
+++ console/ncurses.c Sat Jun 17 01:34:56 2000
|
|
@@ -30,4 +30,5 @@
|
|
#ifdef HAVE_NCURSES_H
|
|
# include <ncurses.h>
|
|
+# undef trace
|
|
#else
|
|
# ifdef HAVE_CURSES_H
|