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
Seiichirou Hiraoka 14d0ad8463 Fix HELPDIR in patch-aa and
DEFAULT_HELPPATH in patch-ac
Now this can make package
1999-05-09 15:21:01 +00:00

15 lines
505 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/help:/usr/local/help"
#else
-#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
+#define DEFAULT_HELPPATH "/usr/X11R6/help:/usr/local/help"
#endif
/***********************************************************************