summaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-12-18 14:18:00 +0000
committerlofi <lofi@FreeBSD.org>2004-12-18 14:18:00 +0000
commit25fd5a7952162e5a6ef9ca8b0231fcf51358a46e (patch)
tree7813e27b99cfd0a84d5c335dca915dc0174d32f1 /irc
parentc3dfd880f53a4273d12fc9cf68d2965d2c78d252 (diff)
downloadFreeBSD-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.c11
-rw-r--r--irc/psybnc/files/patch-tools-p_link.c11
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 */
OpenPOWER on IntegriCloud