diff options
author | shige <shige@FreeBSD.org> | 2001-03-04 15:55:23 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2001-03-04 15:55:23 +0000 |
commit | b56817ef8e642465b401bd21b12a099491c67a01 (patch) | |
tree | d49e3aa741a74ab1e385d37367d9b8cadaf8fcdf /editors/apel/files | |
parent | eadbad7aa3c7329acc0fe610b913bc3ebf756d8c (diff) | |
download | FreeBSD-ports-b56817ef8e642465b401bd21b12a099491c67a01.zip FreeBSD-ports-b56817ef8e642465b401bd21b12a099491c67a01.tar.gz |
Update to 10.3.
PR: ports/25512
Submitted by: AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
Diffstat (limited to 'editors/apel/files')
-rw-r--r-- | editors/apel/files/patch-ad | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/editors/apel/files/patch-ad b/editors/apel/files/patch-ad deleted file mode 100644 index 24eb58b..0000000 --- a/editors/apel/files/patch-ad +++ /dev/null @@ -1,33 +0,0 @@ -diff -urN EMU-ELS.orig EMU-ELS ---- EMU-ELS.orig Thu Jan 13 07:06:35 2000 -+++ EMU-ELS Tue Apr 25 09:03:54 2000 -@@ -50,20 +50,24 @@ - - ;; pccl modules; pccl modules depend on broken. - (cond -- ((featurep 'mule) -+ ((featurep 'xemacs) - (cond - ;; XEmacs 21 w/ mule. -- ((and (featurep 'xemacs) -+ ((and (featurep 'mule) - (>= emacs-major-version 21)) - '(pccl-20 pccl)) -+ (t -+ '(pccl)))) -+ ((featurep 'mule) -+ (cond - ;; Emacs 20. - ((>= emacs-major-version 20) - '(pccl-20 pccl)) -+ ;; Mule 1.* and 2.*. - (t -- ;; Mule 1.* and 2.*. - '(pccl-om pccl)))) -- (t -- '(pccl))) -+ (t -+ '(pccl))) - - ;; pces modules; pces modules depend on poe. - (cond |