summaryrefslogtreecommitdiff
path: root/multimedia/lsdvd/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2007-04-13 01:20:52 +0000
committerxtraeme <xtraeme>2007-04-13 01:20:52 +0000
commit0efcade67696c1ef275aa86e30751bd3d31af4bf (patch)
tree286f2ea809706b2e72d1c89e7ce167a05c2e5760 /multimedia/lsdvd/patches
parent7f7b6d5db9b864e2598bf30f80041a43e6a6865a (diff)
downloadpkgsrc-0efcade67696c1ef275aa86e30751bd3d31af4bf.tar.gz
Add a patch to fix a crash with some output syntax, patch from
FreeBSD/ports. Bump PKGREVISION.
Diffstat (limited to 'multimedia/lsdvd/patches')
-rw-r--r--multimedia/lsdvd/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/lsdvd/patches/patch-ac b/multimedia/lsdvd/patches/patch-ac
new file mode 100644
index 00000000000..b986ab7c0d5
--- /dev/null
+++ b/multimedia/lsdvd/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2007/04/13 01:20:52 xtraeme Exp $
+
+--- ocode.c.orig 2007-04-13 03:16:06.000000000 +0200
++++ ocode.c 2007-04-13 03:16:20.000000000 +0200
+@@ -114,8 +114,7 @@
+ INDENT;
+ if (_lvl) {
+ printf(syntax->array_inner, name);
+- printf(_lvl_return[_lvl]);
+- //sprintf(_lvl_return[_lvl], syntax->return_array_inner, name);
++ _lvl_return[_lvl] = syntax->return_array_inner;
+ } else {
+ printf(syntax->array_outer, name);
+ _lvl_return[_lvl] = syntax->return_array_outer;