summaryrefslogtreecommitdiff
path: root/textproc/dictem/files/patch-compile.el
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-02 15:12:22 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-02 15:12:22 +0000
commit1136018e7ddecb22baed0c1d9b7873c75b7d9012 (patch)
tree77502f223e27d99c80acdabdd1122c05959f7f06 /textproc/dictem/files/patch-compile.el
parent- Update to 2.10.1 (diff)
textproc/dictem: fix textproc/dictem-xemacs21-mule slave port build
- Fix textproc/dictem-xemacs21-mule slave port build - Add LICENSE (GPLv2) - Allow staging PR: ports/184125 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=335504
Diffstat (limited to 'textproc/dictem/files/patch-compile.el')
-rw-r--r--textproc/dictem/files/patch-compile.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/dictem/files/patch-compile.el b/textproc/dictem/files/patch-compile.el
new file mode 100644
index 000000000000..29af6a1f931b
--- /dev/null
+++ b/textproc/dictem/files/patch-compile.el
@@ -0,0 +1,16 @@
+--- /dev/null 2013-11-20 22:00:00.000000000 +0300
++++ compile.el 2013-11-20 21:34:57.112822385 +0300
+@@ -0,0 +1,13 @@
++;; -*- emacs-lisp -*-
++
++;;
++;; Help ports system compile for emacs and xemacs
++;;
++
++(require 'bytecomp)
++
++(add-to-list 'load-path (expand-file-name "."))
++
++(defun compile-dictem ()
++ (mapcar 'byte-compile-file command-line-args-left))
++