1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/wine-devel/files/patch-gd
Alexander Langer dbd0fab187 Update port to 2000.08.21.
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
2000-09-15 15:57:15 +00:00

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