mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
20 lines
397 B
Plaintext
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/",
|