diff options
Diffstat (limited to 'audio/faad2/patches/patch-ab')
-rw-r--r-- | audio/faad2/patches/patch-ab | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/faad2/patches/patch-ab b/audio/faad2/patches/patch-ab index f5c82f53f25..91b2dec7b7b 100644 --- a/audio/faad2/patches/patch-ab +++ b/audio/faad2/patches/patch-ab @@ -1,14 +1,14 @@ -$NetBSD: patch-ab,v 1.2 2004/03/28 20:16:09 mycroft Exp $ +$NetBSD: patch-ab,v 1.3 2007/12/09 10:55:31 drochner Exp $ ---- frontend/Makefile.am.orig 2003-11-06 11:04:13.000000000 +0000 -+++ frontend/Makefile.am 2004-03-27 22:31:13.000000000 +0000 -@@ -1,7 +1,7 @@ - bin_PROGRAMS = faad +--- frontend/Makefile.am.orig 2006-05-07 20:09:00.000000000 +0200 ++++ frontend/Makefile.am +@@ -7,5 +7,7 @@ faad_LDADD = $(top_builddir)/libfaad/lib + $(top_builddir)/common/mp4ff/libmp4ff.la --faad_SOURCES = main.c audio.c $(top_srcdir)/common/faad/getopt.c \ -- audio.h -+faad_SOURCES = main.c audio.c getopt.c + faad_SOURCES = main.c \ +- audio.c audio.h \ +- $(top_srcdir)/common/faad/getopt.c ++ audio.c \ ++ getopt.c ++ +faad_INCLUDES = audio.h - - AM_CFLAGS = -O2 - INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \ |