diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1999-03-03 12:01:21 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1999-03-03 12:01:21 +0000 |
commit | 267caf42f9f6ee84770fed662c0bf22a7a3e45cf (patch) | |
tree | 3fff2834b618397b56331d0a576b3fa9e8a525ee /editors/bpatch/files | |
parent | Add MLINK from netpipe.1 to NPtcp.1. (diff) |
ncurses in -current is no longer compatible with -ltermcap (sigh), use
-lmytinfo instead.
Bug reported by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Notes
Notes:
svn path=/head/; revision=16988
Diffstat (limited to 'editors/bpatch/files')
-rw-r--r-- | editors/bpatch/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bpatch/files/patch-aa b/editors/bpatch/files/patch-aa index ca364e8af52a..ff21625c15db 100644 --- a/editors/bpatch/files/patch-aa +++ b/editors/bpatch/files/patch-aa @@ -8,7 +8,7 @@ +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man1 + -+LIBS = -lncurses -ltermcap ++LIBS = -lncurses -lmytinfo +#LIBS = -ltermlib +#LIBS = -lterminfo +#for sysV |