summaryrefslogtreecommitdiff
path: root/textproc/makeztxt/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-08 17:28:31 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-08 17:28:31 +0000
commit01399d95804a432b4f480ff6b1b1c61f85c9682f (patch)
tree5c32247b729c0daedbfb496a532aa375ce4c875d /textproc/makeztxt/patches
parentcb7c8cde9f456f53d9cd6a48a2160cf614e91dcd (diff)
downloadpkgsrc-01399d95804a432b4f480ff6b1b1c61f85c9682f.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'textproc/makeztxt/patches')
-rw-r--r--textproc/makeztxt/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/makeztxt/patches/patch-ad b/textproc/makeztxt/patches/patch-ad
new file mode 100644
index 00000000000..09a14360666
--- /dev/null
+++ b/textproc/makeztxt/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/12/08 17:28:31 joerg Exp $
+
+--- libztxt/ztxt_process.c.orig 2005-12-08 17:24:56.000000000 +0000
++++ libztxt/ztxt_process.c
+@@ -133,6 +133,7 @@ reformat_ztxt(ztxt *db, int method, int
+ case 2:
+ default:
+ /* Just leave the next alone. No linefeed stripping. */
++ break;
+ }
+
+ /* Append the input string to the input buffer */