1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/lang/ptoc/files/patch-aa

16 lines
463 B
Plaintext
Raw Normal View History

--- main.cxx Wed Jun 3 13:18:44 1998
+++ /home/andy/tmp/wrk/main.cxx Wed Oct 28 22:12:00 1998
@@ -309,7 +309,12 @@
compile_system_library = TRUE;
token::input(dprintf("%s%s", prog_path,
+#ifdef PREFIX
+ turbo_pascal ? PREFIX "/share/ptoc/tptoc.pas" :
+ PREFIX "/share/ptoc/ptoc.pas"));
+#else
turbo_pascal ? "tptoc.pas" : "ptoc.pas"));
+#endif
zzparse();
compile_system_library = FALSE;