summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-20 22:21:59 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-20 22:21:59 +0000
commitf91fe28bdfb0bc2a0fa2c5401be7d5a6adadb692 (patch)
tree9da3aee6101b9f52030dfebd20169b8ff5ecc20b /app-editors/emacs-cvs/files
parentrevision bump with patches to handle rests of temporary path strings in the e... (diff)
downloadgentoo-2-f91fe28bdfb0bc2a0fa2c5401be7d5a6adadb692.tar.gz
gentoo-2-f91fe28bdfb0bc2a0fa2c5401be7d5a6adadb692.tar.bz2
gentoo-2-f91fe28bdfb0bc2a0fa2c5401be7d5a6adadb692.zip
patch for handling a possible compilation error in special cases where Emacs was called without disabling the start-up file (bug 166059). Everything provided by Ulrich Mueller <ulm@kph.uni-mainz.de>
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-editors/emacs-cvs/files')
-rw-r--r--app-editors/emacs-cvs/files/digest-emacs-cvs-22.0.9999-r21
-rw-r--r--app-editors/emacs-cvs/files/digest-emacs-cvs-23.0.0-r11
-rw-r--r--app-editors/emacs-cvs/files/emacs-cvs-blessmail-build.patch22
3 files changed, 22 insertions, 2 deletions
diff --git a/app-editors/emacs-cvs/files/digest-emacs-cvs-22.0.9999-r2 b/app-editors/emacs-cvs/files/digest-emacs-cvs-22.0.9999-r2
index 8b137891791f..e69de29bb2d1 100644
--- a/app-editors/emacs-cvs/files/digest-emacs-cvs-22.0.9999-r2
+++ b/app-editors/emacs-cvs/files/digest-emacs-cvs-22.0.9999-r2
@@ -1 +0,0 @@
-
diff --git a/app-editors/emacs-cvs/files/digest-emacs-cvs-23.0.0-r1 b/app-editors/emacs-cvs/files/digest-emacs-cvs-23.0.0-r1
index 8b137891791f..e69de29bb2d1 100644
--- a/app-editors/emacs-cvs/files/digest-emacs-cvs-23.0.0-r1
+++ b/app-editors/emacs-cvs/files/digest-emacs-cvs-23.0.0-r1
@@ -1 +0,0 @@
-
diff --git a/app-editors/emacs-cvs/files/emacs-cvs-blessmail-build.patch b/app-editors/emacs-cvs/files/emacs-cvs-blessmail-build.patch
new file mode 100644
index 000000000000..03b072320435
--- /dev/null
+++ b/app-editors/emacs-cvs/files/emacs-cvs-blessmail-build.patch
@@ -0,0 +1,22 @@
+--- emacs-22.0.93/lib-src/Makefile.in~ 2007-01-17 16:53:20.000000000 +0100
++++ emacs-22.0.93/lib-src/Makefile.in 2007-02-17 11:29:06.000000000 +0100
+@@ -23,6 +23,10 @@
+ # inherited from the environment.
+ SHELL = /bin/sh
+
++# following two lines taken from ../lisp/Makefile.in
++EMACS = ../src/emacs
++EMACSOPT = -batch --no-site-file --multibyte
++
+ # ==================== Things `configure' will edit ====================
+
+ CC=@CC@
+@@ -279,7 +283,7 @@
+
+ #ifdef MOVEMAIL_NEEDS_BLESSING
+ blessmail:
+- ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el
++ $(EMACS) $(EMACSOPT) -l $(srcdir)/../lisp/mail/blessmail.el
+ chmod +x blessmail
+ #endif
+