pkgsrc/multimedia/ogle/patches/patch-ac
seb 1e4df3d4a5 Make this package compile with NetBSD current's gcc 4.1.2
XXX I suppose -mcpu=pentiumpro is deprecated since gcc 4.x, am I wrong?
XXX Should I have been using BUILDLINK_TRANSFORM instead of
WRAPPER_TRANSFORM_CMDS ?
2006-07-16 22:20:37 +00:00

13 lines
339 B
Text

$NetBSD: patch-ac,v 1.1 2006/07/16 22:20:37 seb Exp $
--- ac3/ac3dec_wrap.c.orig 2003-03-02 15:50:03.000000000 +0000
+++ ac3/ac3dec_wrap.c
@@ -48,7 +48,7 @@ static int attach_stream_buffer(uint8_t
static void handle_events(MsgEventQ_t *q, MsgEvent_t *ev);
-static char *program_name;
+char *program_name;
static FILE *outfile;