diff options
Diffstat (limited to 'sys-libs/gpm/files/gpm-1.20.3-no-emacs-dir.patch')
-rw-r--r-- | sys-libs/gpm/files/gpm-1.20.3-no-emacs-dir.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/gpm/files/gpm-1.20.3-no-emacs-dir.patch b/sys-libs/gpm/files/gpm-1.20.3-no-emacs-dir.patch new file mode 100644 index 000000000000..d3edf560d06c --- /dev/null +++ b/sys-libs/gpm/files/gpm-1.20.3-no-emacs-dir.patch @@ -0,0 +1,11 @@ +--- gpm-1.20.3-orig/Makefile.in 2008-04-15 16:34:13.000000000 +0200 ++++ gpm-1.20.3/Makefile.in 2008-04-20 23:30:30.000000000 +0200 +@@ -51,7 +51,7 @@ + + installdirs: + $(MKDIR) $(libdir) $(bindir) $(sbindir) $(includedir) $(sysconfdir); \ +- if test "x@ELISP@" != "x" ; then \ ++ if test "x$(ELISP)" != "x" ; then \ + $(MKDIR) $(lispdir) ; \ + fi + |