diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:40:52 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:40:52 +0200 |
commit | af7e0f49dd1aaeec5162d6460b87f72590c22b70 (patch) | |
tree | 3972ac5d6071caf5b4ff7398e9bfa08b8b5a58c9 /base/gpm/gpm-1.20.5-make-install-fixes.patch | |
parent | 0f1a50bc80f64a6b0983d32e8e0d5385c3549561 (diff) | |
download | nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.gz nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.bz2 nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.xz nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.zip |
gpm dans base
Diffstat (limited to 'base/gpm/gpm-1.20.5-make-install-fixes.patch')
-rw-r--r-- | base/gpm/gpm-1.20.5-make-install-fixes.patch | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/base/gpm/gpm-1.20.5-make-install-fixes.patch b/base/gpm/gpm-1.20.5-make-install-fixes.patch new file mode 100644 index 000000000..098d5d509 --- /dev/null +++ b/base/gpm/gpm-1.20.5-make-install-fixes.patch @@ -0,0 +1,54 @@ +diff -pruN gpm-1.20.5.orig/configure gpm-1.20.5/configure +--- gpm-1.20.5.orig/configure 2008-06-17 09:54:54.858258511 +1000 ++++ gpm-1.20.5/configure 2008-06-17 10:16:33.330255126 +1000 +@@ -3378,15 +3378,8 @@ else + echo "${ECHO_T}no" >&6; } + fi + +- +- +-if test ${ac_cv_path_emacs} = no ; then +- EMACS=: +- ELISP= +-else +- EMACS=${ac_cv_path_emacs} +- ELISP="emacs/t-mouse.el emacs/t-mouse.elc" +-fi ++EMACS=: ++ELISP= + + if test $EMACS != : ; then + { echo "$as_me:$LINENO: checking where to install Emacs Lisp files" >&5 +diff -pruN gpm-1.20.5.orig/doc/Makefile.in gpm-1.20.5/doc/Makefile.in +--- gpm-1.20.5.orig/doc/Makefile.in 2008-06-17 09:54:54.856257925 +1000 ++++ gpm-1.20.5/doc/Makefile.in 2008-06-17 10:18:14.557261978 +1000 +@@ -32,7 +32,7 @@ include $(top_builddir)/Makefile.include + + MANPAGES = gpm.8 mev.1 gpm-root.1 gpm-types.7 mouse-test.1 + +-all: $(srcdir)/gpm.info gpm.man ++all: gpm.man + + # HTML (texi2html) + %.html: %.texinfo +diff -pruN gpm-1.20.5.orig/Makefile.include.in gpm-1.20.5/Makefile.include.in +--- gpm-1.20.5.orig/Makefile.include.in 2008-06-17 09:54:54.862260471 +1000 ++++ gpm-1.20.5/Makefile.include.in 2008-06-17 10:13:14.742262245 +1000 +@@ -44,7 +44,6 @@ INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ + LN_S = @LN_S@ +-EMACS = @EMACS@ + ELISP = @ELISP@ + SHLIB = @SHLIB@ + SED = @SED@ +@@ -52,7 +51,7 @@ DIFF = @DIFF@ + TEX = @TEX@ + TEXINDEX = @TEXINDEX@ + DVIPS = @DVIPS@ +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = no + TEXI2HTML = texi2html + STRIP = -s + + |