SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
editors/xemacs21/stable/patches/patch-lisp_find-paths_el
Normal file
15
editors/xemacs21/stable/patches/patch-lisp_find-paths_el
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- lisp/find-paths.el.orig Wed Jul 25 09:44:25 2001
|
||||
+++ lisp/find-paths.el Mon Mar 25 22:29:54 2002
|
||||
@@ -105,6 +105,12 @@ from the search."
|
||||
(paths-file-readable-directory-p (paths-construct-path (list directory
|
||||
"lib"
|
||||
emacs-program-name)))
|
||||
+ ;; kludge, needed on obsd(/sparc?) via ports and no packages installed --jyb
|
||||
+ (paths-file-readable-directory-p
|
||||
+ (paths-construct-path
|
||||
+ (list directory "lib"
|
||||
+ (concat
|
||||
+ emacs-program-name "-" emacs-program-version))))
|
||||
;; in-place or windows-nt
|
||||
(and
|
||||
(paths-file-readable-directory-p (paths-construct-path (list directory "lisp")))
|
Loading…
Add table
Add a link
Reference in a new issue