Subject: CVS commit: pkgsrc/textproc/wdiff
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 10/08/2005 19:19:37
Module Name:	pkgsrc
Committed By:	reed
Date:		Sat Oct  8 19:19:37 UTC 2005

Modified Files:
	pkgsrc/textproc/wdiff: Makefile

Log Message:
Remove
CPPFLAGS+=             -DHAVE_STRERROR
which I just added a few minutes ago.
I had previously received an error:
previous declaration of `sys_errlist'
on Linux.
But once I configure using ncurses on Linux
it appears to have fixed that (because it
was using its LIBS which had non-existent -ltermcap).


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/textproc/wdiff/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.