gdb/gdb.patch

Tue, 28 Aug 2012 18:29:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 28 Aug 2012 18:29:00 +0200
changeset 532
e5f1af644b30
permissions
-rw-r--r--

Massively update modules from Drupal 6.x to 7.x, and add diverse OpenID modules.
Unfortunately many modules available to Drupal 6.x installations have not been
since maintained or ported to 7.x causing this package to diminish in both size
and utility.

     1 Index: Makefile.in
     2 --- Makefile.in.orig	2009-10-06 18:38:07 +0200
     3 +++ Makefile.in	2009-10-07 19:36:16 +0200
     4 @@ -610,10 +610,6 @@
     5  	"CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
     6  	"EXPECT=$(EXPECT)" \
     7  	"FLEX=$(FLEX)" \
     8 -	"INSTALL=$(INSTALL)" \
     9 -	"INSTALL_DATA=$(INSTALL_DATA)" \
    10 -	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
    11 -	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
    12  	"LDFLAGS_FOR_BUILD=$(LDFLAGS_FOR_BUILD)" \
    13  	"LEX=$(LEX)" \
    14  	"M4=$(M4)" \
    15 Index: gdb/configure
    16 --- gdb/configure.orig	2009-10-01 21:37:31 +0200
    17 +++ gdb/configure	2009-10-07 19:37:09 +0200
    18 @@ -9732,7 +9732,7 @@
    20      fi ;;
    21  esac
    22 -for ac_header in curses.h cursesX.h ncurses.h ncurses/ncurses.h ncurses/term.h
    23 +for ac_header in ncurses.h ncurses/ncurses.h ncurses/term.h curses.h cursesX.h 
    24  do :
    25    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    26  ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"

mercurial