summaryrefslogtreecommitdiff
path: root/chat/emech
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
parent80882c404d7bfaca4a07dceff5c57e5e90bcb24c (diff)
downloadpkgsrc-f3f0ce07bc62d72c9d3df42a2f9dd5e5185c9dba.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'chat/emech')
-rw-r--r--chat/emech/distinfo3
-rw-r--r--chat/emech/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/emech/distinfo b/chat/emech/distinfo
index 93bcb1aeaf8..2271452b528 100644
--- a/chat/emech/distinfo
+++ b/chat/emech/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 15:59:10 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/12/13 16:01:26 joerg Exp $
SHA1 (emech-2.8.4.tar.gz) = ebc2c21e69f7b54e8657202ee2f72804607b754b
RMD160 (emech-2.8.4.tar.gz) = 1f68091ec0e75dfda68078c7a026e55eb91286f0
Size (emech-2.8.4.tar.gz) = 170610 bytes
+SHA1 (patch-aa) = bd69c3628e414de3d151a23a004887d81ad4d765
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 */