diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-06-12 15:02:12 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-06-12 15:02:19 +0200 |
commit | 52513c542b1af4e9916a161ff1780d0d12f925e1 (patch) | |
tree | 1bb5156b7f9b43943cbfa61ab0833466fce64923 /main/freeswitch/freeswitch-mod_shout-textrels.patch | |
parent | a628be65ae693afcb359f0ed72da469a20f0e000 (diff) | |
download | aports-52513c542b1af4e9916a161ff1780d0d12f925e1.tar.bz2 aports-52513c542b1af4e9916a161ff1780d0d12f925e1.tar.xz |
main/freeswitch: enable and upgrade to 1.4.6
Diffstat (limited to 'main/freeswitch/freeswitch-mod_shout-textrels.patch')
-rw-r--r-- | main/freeswitch/freeswitch-mod_shout-textrels.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/freeswitch/freeswitch-mod_shout-textrels.patch b/main/freeswitch/freeswitch-mod_shout-textrels.patch index 06e561103c..368245a01e 100644 --- a/main/freeswitch/freeswitch-mod_shout-textrels.patch +++ b/main/freeswitch/freeswitch-mod_shout-textrels.patch @@ -1,11 +1,11 @@ ---- ./src/mod/formats/mod_shout/Makefile.orig -+++ ./src/mod/formats/mod_shout/Makefile -@@ -28,7 +28,7 @@ +--- a/src/mod/formats/mod_shout/Makefile.in.orig ++++ b/src/mod/formats/mod_shout/Makefile.in +@@ -772,7 +772,7 @@ $(MPG123_BUILDDIR)/Makefile: $(MPG123_DIR) mkdir -p $(MPG123_BUILDDIR) -- cd $(MPG123_BUILDDIR) && $(DEFAULT_VARS) $(MPG123_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(MPG123_DIR) CPPFLAGS= LDFLAGS= -+ cd $(MPG123_BUILDDIR) && $(DEFAULT_VARS) $(MPG123_DIR)/configure $(DEFAULT_ARGS) --with-cpu=i386_fpu --srcdir=$(MPG123_DIR) CPPFLAGS= LDFLAGS= +- cd $(MPG123_BUILDDIR) && $(DEFAULT_VARS) $(MPG123_DIR)/configure $(DEFAULT_ARGS) --disable-shared --with-pic --srcdir=$(MPG123_DIR) CPPFLAGS= LDFLAGS= ++ cd $(MPG123_BUILDDIR) && $(DEFAULT_VARS) $(MPG123_DIR)/configure $(DEFAULT_ARGS) --disable-shared --with-cpu=i386_fpu --with-pic --srcdir=$(MPG123_DIR) CPPFLAGS= LDFLAGS= $(TOUCH_TARGET) $(MPG123LA): $(MPG123_BUILDDIR)/Makefile |