openbsd-ports/devel/cgdb/patches/patch-configure_in
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
547 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1.1.1 2013/04/18 15:08:17 sthen Exp $
--- configure.in.orig Thu Apr 18 11:10:50 2013
+++ configure.in Thu Apr 18 11:14:09 2013
@@ -181,7 +181,7 @@ dnl This will DEFINE the readline headers.
RL_LIB_READLINE_INCLUDES
dnl Made it this far, add the readline and termcap LIBS
-LIBS="-lreadline $TERMCAP_LIB $LIBS"
+LIBS="-lereadline $TERMCAP_LIB $LIBS"
dnl Add the ncurses/curses lib, if it's not the same as the termcap lib
if test "$TERMCAP_LIB" != "-l$curses_lib_name"; then
LIBS="-l$curses_lib_name $LIBS"