diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-06 15:53:00 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-06 15:53:00 +0000 |
commit | 6d5b1316788fad218733e26f5190c59c065b4d3d (patch) | |
tree | 3a0d606b1523df3f769e192a7af651b4d29463d5 /net-p2p/teknap/files | |
parent | Update to 0.33. (diff) |
Fix build with gcc 3.4
Add another working mastersite.
Diffstat (limited to 'net-p2p/teknap/files')
-rw-r--r-- | net-p2p/teknap/files/patch-source-scott.c | 10 | ||||
-rw-r--r-- | net-p2p/teknap/files/patch-source_term_c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/teknap/files/patch-source-scott.c b/net-p2p/teknap/files/patch-source-scott.c new file mode 100644 index 000000000000..a56058516c6d --- /dev/null +++ b/net-p2p/teknap/files/patch-source-scott.c @@ -0,0 +1,10 @@ +--- source/scott.c.orig Fri Aug 6 17:45:27 2004 ++++ source/scott.c Fri Aug 6 17:47:15 2004 +@@ -364,6 +364,7 @@ + mvwaddstr(main_win, 1, 0, buf); + } + #endif ++ break; + } + #if 0 + wrefresh(main_win); diff --git a/net-p2p/teknap/files/patch-source_term_c b/net-p2p/teknap/files/patch-source_term_c new file mode 100644 index 000000000000..3909338c3503 --- /dev/null +++ b/net-p2p/teknap/files/patch-source_term_c @@ -0,0 +1,10 @@ +--- source/term.c.orig Fri Jul 23 01:10:02 2004 ++++ source/term.c Fri Jul 23 01:11:02 2004 +@@ -92,7 +92,6 @@ + #endif + + extern char *getenv(); +-extern char *tparm(); + + /* + * The old code assumed termcap. termcap is almost always present, but on |