Remove useless patch, thanks {Nico} !
authorFlorian Fainelli <florian@openwrt.org>
Thu, 2 Nov 2006 23:30:42 +0000 (23:30 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 2 Nov 2006 23:30:42 +0000 (23:30 +0000)
SVN-Revision: 5389

sound/sox/Makefile
sound/sox/patches/01-math_functions.patch [deleted file]

index bab312bc2b239e40d3275ee8a2e30c3b23951432..2ffc94629a6efc60d47c23c5ffbe1566012a7b5d 100644 (file)
@@ -39,6 +39,8 @@ endef
 define Build/Configure
        $(call Build/Configure/Default, \
                --disable-external-gsm \
+               , \
+               LIBS="-lnotimpl -lm" \
        )
 endef
 
diff --git a/sound/sox/patches/01-math_functions.patch b/sound/sox/patches/01-math_functions.patch
deleted file mode 100644 (file)
index 237a2be..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN sox-12.18.2/src/Makefile.in sox-12.18.2.new/src/Makefile.in
---- sox-12.18.2/src/Makefile.in        2006-08-28 01:04:51.000000000 +0200
-+++ sox-12.18.2.new/src/Makefile.in    2006-11-02 22:57:54.000000000 +0100
-@@ -29,7 +29,7 @@
- CFLAGS        = @CFLAGS@ -I$(srcdir) -I$(builddir)
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS       = -L. @LDFLAGS@
--LIBS  = -lst @LIBS@
-+LIBS  = -lst @LIBS@ -lnotimpl
- # Other macros.