Blame SOURCES/libvorbis-1.2.3-add-needed.patch

21f867
diff -up libvorbis-1.2.3/examples/Makefile.in.jx libvorbis-1.2.3/examples/Makefile.in
21f867
--- libvorbis-1.2.3/examples/Makefile.in.jx	2009-07-09 22:19:15.000000000 -0400
21f867
+++ libvorbis-1.2.3/examples/Makefile.in	2010-02-09 10:03:06.000000000 -0500
21f867
@@ -231,9 +231,9 @@ EXTRA_DIST = frameview.pl
21f867
 # uncomment to build static executables from the example code
21f867
 #LDFLAGS = -all-static 
21f867
 decoder_example_SOURCES = decoder_example.c
21f867
-decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la 
21f867
+decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la -logg -lm
21f867
 encoder_example_SOURCES = encoder_example.c
21f867
-encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la 
21f867
+encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la -logg
21f867
 chaining_example_SOURCES = chaining_example.c
21f867
 chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la 
21f867
 vorbisfile_example_SOURCES = vorbisfile_example.c
21f867
diff -up libvorbis-1.2.3/test/Makefile.in.jx libvorbis-1.2.3/test/Makefile.in
21f867
--- libvorbis-1.2.3/test/Makefile.in.jx	2009-07-09 22:19:15.000000000 -0400
21f867
+++ libvorbis-1.2.3/test/Makefile.in	2010-02-09 10:08:03.000000000 -0500
21f867
@@ -204,7 +204,7 @@ top_srcdir = @top_srcdir@
21f867
 AUTOMAKE_OPTIONS = foreign
21f867
 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
21f867
 test_SOURCES = util.c util.h write_read.c write_read.h test.c
21f867
-test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
21f867
+test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ -lm
21f867
 all: all-am
21f867
 
21f867
 .SUFFIXES: