2013-09-26 17:14:40 +02:00

20 lines
397 B
Plaintext

$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/",