2011-02-11 11:49:56 +01:00
|
|
|
--- Src/Makefile.in.orig
|
2009-08-19 00:11:24 +02:00
|
|
|
+++ Src/Makefile.in
|
2011-02-11 11:49:56 +01:00
|
|
|
@@ -149,14 +149,7 @@ uninstall.bin: uninstall.bin-here
|
2009-08-19 00:11:24 +02:00
|
|
|
# install binary, creating install directory if necessary
|
|
|
|
install.bin-here: zsh$(EXEEXT) $(INSTLIB)
|
|
|
|
${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(bindir)
|
|
|
|
- $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT)
|
|
|
|
- if test -f $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT); then \
|
|
|
|
- rm -f $(DESTDIR)$(bindir)/$(tzsh).old; \
|
|
|
|
- $(LN) $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).old; \
|
|
|
|
- else :; fi
|
|
|
|
- rm -f $(DESTDIR)$(bindir)/$(tzsh).new
|
|
|
|
- $(LN) $(DESTDIR)$(bindir)/$(tzsh)-$(VERSION)$(EXEEXT) $(DESTDIR)$(bindir)/$(tzsh).new
|
|
|
|
- mv $(DESTDIR)$(bindir)/$(tzsh).new $(DESTDIR)$(bindir)/$(tzsh)$(EXEEXT)
|
|
|
|
+ $(INSTALL_PROGRAM) $(STRIPFLAGS) zsh $(DESTDIR)$(bindir)/zsh
|
|
|
|
.PHONY: install.bin-here
|
|
|
|
|
|
|
|
install.bin-N:
|
2011-02-11 11:49:56 +01:00
|
|
|
--- Src/Modules/terminfo.c.orig
|
2009-08-19 00:11:24 +02:00
|
|
|
+++ Src/Modules/terminfo.c
|
|
|
|
@@ -28,6 +28,7 @@
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define USES_TERM_H 1
|
|
|
|
+#include <ncurses.h>
|
|
|
|
#include "terminfo.mdh"
|
|
|
|
|
|
|
|
#if defined(HAVE_TIGETFLAG) && defined(ZSH_HAVE_CURSES_H)
|