source: pkg/vinnie/main/iceweasel/trunk/debian/patches/system-libs/Add-readline-support-to-xpcshell.patch @ 7516

Revision 7516, 741 bytes checked in by alanbach-guest, 2 years ago (diff)
  • Added new iceweasel to Vinnie
  • js/src/xpconnect/shell/Makefile.in

    From: Mike Hommey <glandium@debian.org>
    Date: Sat, 8 Dec 2007 16:34:00 +0100
    Subject: Add readline support to xpcshell
    
    https://bugzilla.mozilla.org/show_bug.cgi?id=331776
    ---
     js/src/xpconnect/shell/Makefile.in |    4 ++--
     1 files changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/js/src/xpconnect/shell/Makefile.in b/js/src/xpconnect/shell/Makefile.in
    index 10d7411..3c92752 100644
    a b endif 
    100100# look at mozilla/js/src/editline, which is license-free (but not part 
    101101# of the mozilla build.) 
    102102# 
    103 ifdef JS_READLINE 
     103ifdef HAVE_READLINE 
    104104DEFINES += -DEDITLINE 
    105 LIBS += -lreadline $(JS_READLINE_EXTRA_LIBS) 
     105LIBS += $(READLINE_LIBS) 
    106106endif 
Note: See TracBrowser for help on using the repository browser.