patches/soundtouch-01-nomsse.diff
author yippi
Wed, 10 Mar 2010 22:57:28 +0000
changeset 2371 1b8926e6f84a
permissions -rw-r--r--
2010-03-10 Brian Cameron <[email protected]> * SFEgjs.spec: Bump to 0.5. Add BuildRequires SUNWprd. * SFEmutter.spec, patches/mutter-02-wait.diff: Bump to 2.29.0. Add patch needed to build. * SFEgnome-shell.spec, patches/gnome-shell-01-function.diff: Bump to 2.29.0. Rework patch. * SFEsoundtouch.spec, patches/soundtouch-01-nomsse.diff: Renumber patch from 03 to 01. * SFEenlightenment.spec: Bump to 1.0.2. * SFEaudacity.spec: Add BuildRequires SuNWaudh.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2371
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- soundtouch/source/SoundTouch/Makefile.am-orig	2009-02-24 13:20:30.019662000 -0600
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ soundtouch/source/SoundTouch/Makefile.am	2009-02-24 13:20:42.282047000 -0600
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -36,7 +36,7 @@ libSoundTouch_la_SOURCES=AAFilter.cpp FI
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
 # fix this script to automatically check for CPU architecture, please submit a patch 
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 # to me.
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
-AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
+AM_CXXFLAGS=-O3 -fcheck-new -I../../include
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 
1b8926e6f84a 2010-03-10 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
 # other linking flags to add