Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release-src > by-pkgid > 39d2b8be2642f76f387893d7a18f0e8a > files > 16

freeswitch-1.6.17-7.mga6.src.rpm

--- src/mod/formats/mod_shout/configure-3.98.4-gcc4.9.0-i386.patch	2014-06-13 11:36:13.591786163 -0400
+++ src/mod/formats/mod_shout/configure-3.98.4-gcc4.9.0-i386.patch.diff	2014-06-13 11:34:44.139788220 -0400
@@ -0,0 +1,10 @@
+--- configure	2010-03-22 21:40:17.000000000 +0100
++++ configure.new	2014-05-28 21:54:03.330806380 +0200
+@@ -21042,7 +21042,6 @@
+ 		 sys/soundcard.h \
+ 		 sys/time.h \
+ 		 unistd.h \
+-		 xmmintrin.h \
+ 		 linux/soundcard.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
--- src/mod/formats/mod_shout/Makefile.am	2014-06-05 09:51:28.000000000 -0400
+++ src/mod/formats/mod_shout/Makefile.am.gcc49	2014-06-13 11:40:25.242780377 -0400
@@ -43,7 +43,9 @@ $(LAME_DIR):
 
 $(LAME_BUILDDIR)/Makefile: $(LAME_DIR)
 	mkdir -p $(LAME_BUILDDIR)
-	cd $(LAME_BUILDDIR) && $(DEFAULT_VARS) $(LAME_DIR)/configure $(DEFAULT_ARGS) --disable-shared --with-pic --disable-decoder --srcdir=$(LAME_DIR) CPPFLAGS= LDFLAGS=
+	cd $(LAME_BUILDDIR)
+	/usr/bin/patch -p0 < $(switch_srcdir)/src/mod/formats/mod_shout/configure-3.98.4-gcc4.9.0-i386.patch
+	$(DEFAULT_VARS) $(LAME_DIR)/configure $(DEFAULT_ARGS) --disable-shared --with-pic --disable-decoder --srcdir=$(LAME_DIR) CPPFLAGS= LDFLAGS=
 	$(TOUCH_TARGET)
 
 $(LAMELA): $(LAME_BUILDDIR)/Makefile