1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/editors/bitmap/files/patch-ab
Shigeyuki Fukushima 02da980fa5 Delete dependency on flim-mule.
These fixes were fogotten at the previous commit.

Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-01-18 12:38:59 +00:00

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))