Add sox #816
[openwrt/svn-archive/archive.git] / sound / sox / patches / 01-math_functions.patch
1 diff -urN sox-12.18.2/src/Makefile.in sox-12.18.2.new/src/Makefile.in
2 --- sox-12.18.2/src/Makefile.in 2006-08-28 01:04:51.000000000 +0200
3 +++ sox-12.18.2.new/src/Makefile.in 2006-11-02 22:57:54.000000000 +0100
4 @@ -29,7 +29,7 @@
5 CFLAGS = @CFLAGS@ -I$(srcdir) -I$(builddir)
6 CPPFLAGS = @CPPFLAGS@
7 LDFLAGS = -L. @LDFLAGS@
8 -LIBS = -lst @LIBS@
9 +LIBS = -lst @LIBS@ -lnotimpl
10
11 # Other macros.
12