mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
02da980fa5
These fixes were fogotten at the previous commit. Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
--- BITMAP-CFG.orig Wed Nov 10 10:58:34 1999
|
|
+++ BITMAP-CFG Tue Jan 18 21:34:01 2000
|
|
@@ -16,6 +16,11 @@
|
|
(add-to-list 'load-path (expand-file-name "apel" LISPDIR))
|
|
))
|
|
|
|
+(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path))
|
|
+ (progn
|
|
+ (require 'apel-setupel)
|
|
+ ))
|
|
+
|
|
(if (boundp 'VERSION_SPECIFIC_LISPDIR)
|
|
(add-to-list 'load-path VERSION_SPECIFIC_LISPDIR))
|
|
|