freebsd-ports/mail/wanderlust-devel/files/patch-WL-MK
MANTANI Nobutaka 73cee91d16 Update to Update to 2.5.19 CVS snapshot on 2012/01/02.
Respect PREFIX for icons.
2012-01-23 14:18:56 +00:00

20 lines
662 B
Text

--- WL-MK.orig 2012-01-23 21:34:34.000000000 +0900
+++ WL-MK 2012-01-23 21:38:11.000000000 +0900
@@ -131,7 +131,7 @@
(defvar PIXMAPDIR
(if (string= pixmap-dir "NONE")
(if packagedir
- (expand-file-name "etc/wl/" packagedir)
+ (expand-file-name "wl/icons/" packagedir)
(expand-file-name "wl/icons/" data-directory))
pixmap-dir)))
(if PIXMAPDIR
@@ -148,7 +148,7 @@
(princ (format "LISPDIR is %s\n" LISPDIR))
(setq command-line-args-left (cdr command-line-args-left))
;; PIXMAPDIR check.
- (config-wl-pixmap-dir)
+ (config-wl-pixmap-dir "%%EMACS_LIBDIR_WITH_VER%%/etc")
(princ "\n"))
(defun update-version ()