summaryrefslogtreecommitdiff
path: root/mail/mew/patches/patch-aa
blob: fb23edfdaad94d4578834308e8853d3c18bffc11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.9 2014/04/29 13:41:05 taca Exp $

* Specify default icon directory for pkgsrc.

--- mew-key.el.orig	2014-04-29 11:43:10.000000000 +0000
+++ mew-key.el
@@ -626,7 +626,7 @@
 	(if (file-exists-p (expand-file-name file path))
 	    (throw 'loop (expand-file-name "etc" path)))))))
 
-(defvar mew-icon-directory (mew-which-mew-etc))
+(defvar mew-icon-directory "@ICONDIR@")
 
 (defvar mew-icon-separate nil)
 (defvar mew-icon-blank nil)