summaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor
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
parent5d4a28eb375df0d6cfa931b2cbc2878540acd8a2 (diff)
downloadpkgsrc-7cef22ce64ef873d150d6747b48a51edde22f7f2.tar.gz
Fix GCC 3.4+: label at end of compound statement.
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r--multimedia/dvdauthor/distinfo3
-rw-r--r--multimedia/dvdauthor/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/multimedia/dvdauthor/distinfo b/multimedia/dvdauthor/distinfo
index 3f61ac686a2..708960b45a8 100644
--- a/multimedia/dvdauthor/distinfo
+++ b/multimedia/dvdauthor/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 11:24:02 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/20 15:32:02 joerg Exp $
SHA1 (dvdauthor-0.6.10.tar.gz) = bee2c9beb58a020bcf0ccfd39eca8d30ebd54602
RMD160 (dvdauthor-0.6.10.tar.gz) = c9df3ac669161e8f07e837e2a6fc76e7af97c1a1
Size (dvdauthor-0.6.10.tar.gz) = 240010 bytes
SHA1 (patch-aa) = b86c7a584fddaf733662c0bc32df239a1bb37e98
+SHA1 (patch-ab) = 278d0224642da6f5bc82655a8fccb250cb8f0429
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;