From: florian Date: Thu, 2 Nov 2006 23:30:42 +0000 (+0000) Subject: Remove useless patch, thanks {Nico} ! X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=086755a6f47cda69c6b209b015b8888c955116ea;p=packages.git Remove useless patch, thanks {Nico} ! git-svn-id: svn://svn.openwrt.org/openwrt/packages@5389 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/sox/Makefile b/sound/sox/Makefile index bab312bc2..2ffc94629 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -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 index 237a2bec3..000000000 --- a/sound/sox/patches/01-math_functions.patch +++ /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. -