diff options
author | reed <reed@pkgsrc.org> | 2005-10-08 19:19:37 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-08 19:19:37 +0000 |
commit | 85bb95647dad14fe86629a480c48d8b1e6005088 (patch) | |
tree | 46c82ac96515a82c802dfb17dacdb24411591be9 /textproc | |
parent | c74e4047e0a23b158b7bfcd4c6dc769f8fed462b (diff) | |
download | pkgsrc-85bb95647dad14fe86629a480c48d8b1e6005088.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/wdiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index 114801fcb6b..4bc69967adf 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -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 @@ CONFIGURE_HAS_MANDIR= no 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. |