$NetBSD$

Without this patch, user needs to say where the icons installed,
and the icons won't be displayed such setup.

--- wl/wl-vars.el.orig	2015-01-29 15:47:43.000000000 +0900
+++ wl/wl-vars.el	2015-01-29 15:48:32.000000000 +0900
@@ -173,8 +173,8 @@
 (defcustom wl-icon-directory (or
                               (and (fboundp 'locate-data-directory)
                                    (locate-data-directory "wl"))
-                              (let ((icons (expand-file-name "wl/icons/"
-							      data-directory)))
+                              (let ((icons (expand-file-name "share/wl"
+							      "%%PRFIX%%")))
                                 (if (file-directory-p icons)
                                     icons))
                               (if load-file-name
