diff options
author | adam <adam@pkgsrc.org> | 2005-02-21 14:56:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-21 14:56:07 +0000 |
commit | c2e512f19fce43c95f6dfbe0258332310110f5ad (patch) | |
tree | 6b8244ed01c2e3b267b939390be1bdd36764bb08 /devel/libtecla/PLIST | |
parent | 443426bc3a250e3263357e7066e3b1a845c110c9 (diff) | |
download | pkgsrc-c2e512f19fce43c95f6dfbe0258332310110f5ad.tar.gz |
Changes 1.6.1:
The gl_event_handler() function had the endif of a
conditional compilation clause in the wrong place. This
only upset the compiler on unusual systems that don't
have select(). The problem was seen under Mac OS X, due
to the configuration problem in 1.6.0 that caused the
configure script to mistakenly report that select wasn't
available.
Diffstat (limited to 'devel/libtecla/PLIST')
-rw-r--r-- | devel/libtecla/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtecla/PLIST b/devel/libtecla/PLIST index 4838e40796a..963c8df9bc6 100644 --- a/devel/libtecla/PLIST +++ b/devel/libtecla/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/31 00:05:19 kristerw Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/02/21 14:56:07 adam Exp $ bin/enhance include/libtecla.h lib/libtecla.a @@ -48,8 +48,10 @@ man/man3/gl_lookup_history.3 man/man3/gl_normal_io.3 man/man3/gl_pending_io.3 man/man3/gl_prompt_style.3 +man/man3/gl_query_char.3 man/man3/gl_range_of_history.3 man/man3/gl_raw_io.3 +man/man3/gl_read_char.3 man/man3/gl_register_action.3 man/man3/gl_resize_history.3 man/man3/gl_return_status.3 |