1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/ptoc/files/patch-ab
Steve Price 74797c9de6 Update to version 3.34.
PR:		8551
Submitted by:	maintainer
1998-11-09 01:21:43 +00:00

15 lines
371 B
Plaintext

--- main.h Wed Jun 3 13:20:28 1998
+++ /home/andy/tmp/wrk/main.h Wed Oct 28 22:12:08 1998
@@ -37,7 +37,11 @@
#define CALL_GRAPH_FILE "call.grp"
#define RECURSIVE_PROC_FILE "recur.prc"
+#ifdef PREFIX
+#define CONFIG_FILE PREFIX "/etc/ptoc.cfg"
+#else
#define CONFIG_FILE "ptoc.cfg"
+#endif
extern bool use_call_graph;
extern bool pio_init;