freebsd-ports/mail/wanderlust/files/extra-patch-WL-MK
MANTANI Nobutaka 2ec1b74e75 - Fix build of wanderlust-xemacs21-mule with apel in xemacs-packages.
- Fix build of wanderlust-xemacs21-mule with WRKDIRPREFIX. [*]

Reported by:	kris [*]
2005-11-27 16:02:43 +00:00

13 lines
516 B
Text

--- WL-MK.orig Sun Nov 27 22:32:36 2005
+++ WL-MK Sun Nov 27 22:33:20 2005
@@ -115,8 +115,8 @@
(load "./WL-ELS" nil nil t)
;; product.el version check
(require 'product)
- (if (not (fboundp 'product-version-as-string))
- (error "Please install new APEL. See INSTALL or INSTALL.ja"))
+; (if (not (fboundp 'product-version-as-string))
+; (error "Please install new APEL. See INSTALL or INSTALL.ja"))
;; smtp.el version check.
(require 'smtp)
(if (not (fboundp 'smtp-send-buffer))