From 45635ff006b5864a93ca609aacca3645d8b25431 Mon Sep 17 00:00:00 2001 From: pb Date: Wed, 11 Aug 2004 17:58:45 +0000 Subject: Unbreak build under -current due to that charming no-label-at-end-of-block gcc 3.4.2. Submitted by: Paul Mather --- multimedia/dvdauthor/files/patch-dvdvob.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 multimedia/dvdauthor/files/patch-dvdvob.c (limited to 'multimedia') diff --git a/multimedia/dvdauthor/files/patch-dvdvob.c b/multimedia/dvdauthor/files/patch-dvdvob.c new file mode 100644 index 000000000000..0d867f240e4b --- /dev/null +++ b/multimedia/dvdauthor/files/patch-dvdvob.c @@ -0,0 +1,11 @@ +--- src/dvdvob.c.orig Sun Mar 14 22:13:26 2004 ++++ src/dvdvob.c Wed Aug 11 19:52:52 2004 +@@ -1148,7 +1148,7 @@ + printpts(pts1); + fprintf(stderr,"\n"); + ach->audpts[ach->numaudpts-1].pts[1]=pts0; +- noshow: ++ noshow:; + } + ach->audpts[ach->numaudpts].pts[0]=pts0; + ach->audpts[ach->numaudpts].pts[1]=pts1; -- cgit