From ee37dc867ae863f0c3f0fe0313c17a3096d52f77 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 12 Sep 2020 10:29:39 +0200 Subject: [PATCH] freeswitch: remove leftover patch This patch was used in 1.10.4 but now it's not used anymore because the external spandsp3 package is used. Drop the file. Signed-off-by: Sebastian Kemper --- net/freeswitch/files/spandsp-flags.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 net/freeswitch/files/spandsp-flags.patch diff --git a/net/freeswitch/files/spandsp-flags.patch b/net/freeswitch/files/spandsp-flags.patch deleted file mode 100644 index 37cd250..0000000 --- a/net/freeswitch/files/spandsp-flags.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/libs/spandsp/configure.ac -+++ b/libs/spandsp/configure.ac -@@ -21,9 +21,12 @@ - AC_PREREQ([2.59]) - AC_INIT([spandsp], [1.99.0]) - --CFLAGS="$CFLAGS $CONFIGURE_CFLAGS" --CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS" --LDFLAGS="$LDFLAGS $CONFIGURE_LDFLAGS" -+m4_include(../apr/build/apr_common.m4) -+ -+APR_ADDTO(CFLAGS, [$CONFIGURE_CFLAGS]) -+APR_ADDTO(CPPFLAGS, [$CONFIGURE_CPPFLAGS]) -+APR_ADDTO(CXXFLAGS, [$CONFIGURE_CXXFLAGS]) -+APR_ADDTO(LDFLAGS, [$CONFIGURE_LDFLAGS]) - - SPANDSP_LT_CURRENT=3 - SPANDSP_LT_REVISION=0 -- 2.30.2