1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/deskutils/xopps/files/patch-ac
Steve Price b540d2d7ef Point HELPDIR to the right place and correct a spelling nit in COMMENT.
PR:		9626
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-01-26 02:14:29 +00:00

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
/***********************************************************************