openbsd-ports/devel/cgdb/patches/patch-config_readline_check_version_m4
sthen 5bedb8497c import ports/devel/cgdb, ok landry@
cgdb is a lightweight curses (terminal-based) interface to the GNU
Debugger (GDB). In addition to the standard gdb console, cgdb provides
a split screen view that displays the source code as it executes.

    Syntax-highlighted source window
    Visual breakpoint setting
    Keyboard shortcuts for common functions
    Searching source window (using regexp)
    Scrollable gdb history of entire session
    Tab completion
    Key mappings (macros)
2013-04-18 15:08:17 +00:00

13 lines
508 B
Plaintext

$OpenBSD: patch-config_readline_check_version_m4,v 1.1.1.1 2013/04/18 15:08:17 sthen Exp $
--- config/readline_check_version.m4.orig Thu Apr 18 11:13:56 2013
+++ config/readline_check_version.m4 Thu Apr 18 11:14:01 2013
@@ -60,7 +60,7 @@ fi
eval ac_cv_rl_includedir=${ac_cv_rl_prefix}/include
eval ac_cv_rl_libdir=${ac_cv_rl_prefix}/lib
-LIBS="$LIBS -lreadline ${TERMCAP_LIB}"
+LIBS="$LIBS -lereadline ${TERMCAP_LIB}"
CFLAGS="$CFLAGS -I${ac_cv_rl_includedir}"
LDFLAGS="$LDFLAGS -L${ac_cv_rl_libdir}"