From owner-cvs-all Mon Jun 19 5:12:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6689337BCF5; Mon, 19 Jun 2000 05:12:13 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA78922; Mon, 19 Jun 2000 05:12:13 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <200006191212.FAA78922@freefall.freebsd.org> From: Stefan Esser Date: Mon, 19 Jun 2000 05:12:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine/patches patch-gd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG se 2000/06/19 05:12:13 PDT Added files: emulators/wine/patches patch-gd Log: Fix problem caused by our current version of ncurses.h (see PR misc/19077), which defines "trace" in a way that causes link errors. This patch just places "#undef trace" statements on the line following the "#include " in the two WIne files, that include that header. This workaround should be kept as long as there may be systems with the buggy definition of "trace" in "ncurses.h". Approved by: Maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message