summaryrefslogtreecommitdiff
path: root/wm/selectwm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'wm/selectwm/patches/patch-aa')
-rw-r--r--wm/selectwm/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/wm/selectwm/patches/patch-aa b/wm/selectwm/patches/patch-aa
new file mode 100644
index 00000000000..db470adf8c7
--- /dev/null
+++ b/wm/selectwm/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/04/15 12:42:40 agc Exp $
+
+Look in pkgsrc and X11R6 directories for window managers
+
+--- src/searchwm.c 2005/04/15 11:14:28 1.1
++++ src/searchwm.c 2005/04/15 11:15:59
+@@ -58,6 +58,12 @@
+ };
+
+ static gchar * path [] = {
++#ifdef LOCALBASE
++ LOCALBASE "/bin/",
++#endif
++#ifdef X11BASE
++ X11BASE "/bin/",
++#endif
+ "/usr/local/bin/",
+ "/usr/bin/X11/",
+ "/usr/bin/",