summaryrefslogtreecommitdiff
path: root/chat/emech/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-13 16:01:26 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-13 16:01:26 +0000
commitf3f0ce07bc62d72c9d3df42a2f9dd5e5185c9dba (patch)
tree1f1581f986e62971a043396a72f11f970bc87d44 /chat/emech/patches
parent80882c404d7bfaca4a07dceff5c57e5e90bcb24c (diff)
downloadpkgsrc-f3f0ce07bc62d72c9d3df42a2f9dd5e5185c9dba.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'chat/emech/patches')
-rw-r--r--chat/emech/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/emech/patches/patch-aa b/chat/emech/patches/patch-aa
new file mode 100644
index 00000000000..ad60a40c3f3
--- /dev/null
+++ b/chat/emech/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2005/12/13 16:01:26 joerg Exp $
+
+--- src/link.c.orig 2005-12-13 15:56:08.000000000 +0000
++++ src/link.c
+@@ -1988,6 +1988,7 @@ auto_try:
+ add_aBotLink(&new);
+
+ no_autolink: /* end of autolinking */
++ ;
+ }
+
+ #endif /* LINKING */