summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch')
-rw-r--r--app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch b/app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch
new file mode 100644
index 000000000000..c194a9f0bea3
--- /dev/null
+++ b/app-editors/emacs-cvs/files/emacs-cvs-temacs-prerequisite.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.in 11 Jun 2007 00:57:42 -0000 1.279.2.44
++++ src/Makefile.in 12 Jun 2007 22:34:23 -0000
+@@ -1000,7 +1000,7 @@
+ UNIDATA=${admindir}unidata/UnicodeData.txt
+ #endif
+
+-${lispsource}international/charprop.el: ${UNIDATA}
++${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA}
+ RUNEMACS="$(RUN_TEMACS)"; \
+ cd ${admindir}unidata; \
+ $(MAKE) $(MFLAGS) \