From 0294dca749f5385755051700af99e8bd6a2676c1 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 2 Nov 2006 23:30:42 +0000 Subject: [PATCH 1/1] Remove useless patch, thanks {Nico} ! SVN-Revision: 5389 --- sound/sox/Makefile | 2 ++ sound/sox/patches/01-math_functions.patch | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 sound/sox/patches/01-math_functions.patch diff --git a/sound/sox/Makefile b/sound/sox/Makefile index bab312bc2b..2ffc94629a 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 237a2bec3c..0000000000 --- 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. - -- 2.30.2