summaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-20 14:51:00 +0000
committerjoerg <joerg>2005-12-20 14:51:00 +0000
commit7cef22ce64ef873d150d6747b48a51edde22f7f2 (patch)
tree64395274e930bd2de6d13079c22a60af35a0a092 /multimedia/dvdauthor/patches
parent5d4a28eb375df0d6cfa931b2cbc2878540acd8a2 (diff)
downloadpkgsrc-7cef22ce64ef873d150d6747b48a51edde22f7f2.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'multimedia/dvdauthor/patches')
-rw-r--r--multimedia/dvdauthor/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/dvdauthor/patches/patch-ab b/multimedia/dvdauthor/patches/patch-ab
new file mode 100644
index 00000000000..70653baa1c5
--- /dev/null
+++ b/multimedia/dvdauthor/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/12/20 15:32:02 joerg Exp $
+
+--- src/dvdvob.c.orig 2005-12-20 15:22:35.000000000 +0000
++++ src/dvdvob.c
+@@ -1149,6 +1149,7 @@ int FindVobus(char *fbase,struct vobgrou
+ fprintf(stderr,"\n");
+ ach->audpts[ach->numaudpts-1].pts[1]=pts0;
+ noshow:
++ ;
+ }
+ ach->audpts[ach->numaudpts].pts[0]=pts0;
+ ach->audpts[ach->numaudpts].pts[1]=pts1;