Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2000 05:12:13 -0700 (PDT)
From:      Stefan Esser <se@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/wine/patches patch-gd
Message-ID:  <200006191212.FAA78922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ncurses.h>" 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006191212.FAA78922>