diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-03 09:18:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-03 09:19:00 +0000 |
commit | 4ddb8253f68e902b4a71066afbdb682e716b193e (patch) | |
tree | a3534b3efa1a70fda3e3b3856e5afcc5bbd1c67c /main/freeswitch/freeswitch-mod_shout-textrels.patch | |
parent | 44d328984dbe7637ac706a0d8f63837ac3212b9e (diff) | |
download | aports-4ddb8253f68e902b4a71066afbdb682e716b193e.tar.bz2 aports-4ddb8253f68e902b4a71066afbdb682e716b193e.tar.xz |
main/freeswitch: fix textrels in mod_shout
fixes #535
Diffstat (limited to 'main/freeswitch/freeswitch-mod_shout-textrels.patch')
-rw-r--r-- | main/freeswitch/freeswitch-mod_shout-textrels.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/freeswitch/freeswitch-mod_shout-textrels.patch b/main/freeswitch/freeswitch-mod_shout-textrels.patch new file mode 100644 index 0000000000..7cc7e3fa7a --- /dev/null +++ b/main/freeswitch/freeswitch-mod_shout-textrels.patch @@ -0,0 +1,11 @@ +--- ./src/mod/formats/mod_shout/Makefile.orig ++++ ./src/mod/formats/mod_shout/Makefile +@@ -30,7 +30,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= + $(TOUCH_TARGET) + + $(MPG123LA): $(MPG123_BUILDDIR)/Makefile |