mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
b540d2d7ef
PR: 9626 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
15 lines
521 B
Plaintext
15 lines
521 B
Plaintext
--- help.c.orig Mon Jan 25 00:15:18 1999
|
|
+++ help.c Mon Jan 25 00:16:49 1999
|
|
@@ -173,9 +173,9 @@
|
|
* default help path, add cwd when in debug mode
|
|
*/
|
|
#ifdef DEBUG
|
|
-#define DEFAULT_HELPPATH ".:/usr/lib/help:/usr/local/lib/help"
|
|
+#define DEFAULT_HELPPATH ".:/usr/X11R6/lib/help:/usr/local/lib/help"
|
|
#else
|
|
-#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
|
|
+#define DEFAULT_HELPPATH "/usr/X11R6/lib/help:/usr/local/lib/help"
|
|
#endif
|
|
|
|
/***********************************************************************
|