pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/wdiff Remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/921ddae614ca
branches:  trunk
changeset: 500459:921ddae614ca
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Oct 08 19:19:37 2005 +0000

description:
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).

diffstat:

 textproc/wdiff/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bcb7b8f984e4 -r 921ddae614ca textproc/wdiff/Makefile
--- a/textproc/wdiff/Makefile   Sat Oct 08 19:08:55 2005 +0000
+++ b/textproc/wdiff/Makefile   Sat Oct 08 19:19:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/10/08 19:06:25 reed Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/08 19:19:37 reed Exp $
 #
 
 DISTNAME=              wdiff-0.5
@@ -17,7 +17,6 @@
 USE_MAKEINFO=          yes
 INFO_FILES=            wdiff.info
 INSTALLATION_DIRS=     bin ${INFO_DIR} ${PKGMANDIR}/man1 share/doc/wdiff
-CPPFLAGS+=             -DHAVE_STRERROR
 
 # pkgsrc does not provide libtermcap, but ncurses does provide
 # libtermcap routines.



Home | Main Index | Thread Index | Old Index