diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-18 14:18:00 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-18 14:18:00 +0000 |
commit | 25fd5a7952162e5a6ef9ca8b0231fcf51358a46e (patch) | |
tree | 7813e27b99cfd0a84d5c335dca915dc0174d32f1 /irc | |
parent | c3dfd880f53a4273d12fc9cf68d2965d2c78d252 (diff) | |
download | FreeBSD-ports-25fd5a7952162e5a6ef9ca8b0231fcf51358a46e.zip FreeBSD-ports-25fd5a7952162e5a6ef9ca8b0231fcf51358a46e.tar.gz |
Fix build with gcc3.4
Diffstat (limited to 'irc')
-rw-r--r-- | irc/psybnc/files/patch-tools-convconf.c | 11 | ||||
-rw-r--r-- | irc/psybnc/files/patch-tools-p_link.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/irc/psybnc/files/patch-tools-convconf.c b/irc/psybnc/files/patch-tools-convconf.c new file mode 100644 index 0000000..a4a7511 --- /dev/null +++ b/irc/psybnc/files/patch-tools-convconf.c @@ -0,0 +1,11 @@ +--- tools/convconf.c.orig Sat Dec 18 15:03:56 2004 ++++ tools/convconf.c Sat Dec 18 15:05:01 2004 +@@ -77,7 +77,7 @@ + fprintf(outfile,"%s.%s.%s\n",fname,section,buf); + } + } +- next: ++ next:; + } + return 0x0; + } diff --git a/irc/psybnc/files/patch-tools-p_link.c b/irc/psybnc/files/patch-tools-p_link.c new file mode 100644 index 0000000..5a6c598 --- /dev/null +++ b/irc/psybnc/files/patch-tools-p_link.c @@ -0,0 +1,11 @@ +--- src/p_link.c.orig Sat Dec 18 15:05:44 2004 ++++ src/p_link.c Sat Dec 18 15:06:05 2004 +@@ -554,7 +554,7 @@ + } + #endif + pcontext; +-br: ++br:; + } + + /* error handler for the link checking */ |