From owner-cvs-all Sun Sep 8 17:18:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE4237B400; Sun, 8 Sep 2002 17:18:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F372943E42; Sun, 8 Sep 2002 17:18:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g890IfJU046890; Sun, 8 Sep 2002 17:18:41 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g890IfGn046889; Sun, 8 Sep 2002 17:18:41 -0700 (PDT) Message-Id: <200209090018.g890IfGn046889@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 8 Sep 2002 17:18:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/ical/files patch-config.h.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/09/08 17:18:41 PDT Added files: deskutils/ical/files patch-config.h.in Log: The configure test to see if we have a prototype for strncasecmp() is totally bogus with a ISO-C++ compiler. And the ical provided strncasecmp() prototype is also bogus. So just force things to know we have a proper prototype in strings.h. Revision Changes Path 1.1 +5 -0 ports/deskutils/ical/files/patch-config.h.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message