diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-11-05 23:53:00 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-11-05 23:53:00 +0000 |
commit | 48039475684ab19392873b41a785065f59417486 (patch) | |
tree | 07b82cd2d9b9c8b4b3e857624b2f3699018fb2dd /media-sound/audacity/files | |
parent | Stable for HPPA. (diff) | |
download | gentoo-2-48039475684ab19392873b41a785065f59417486.tar.gz gentoo-2-48039475684ab19392873b41a785065f59417486.tar.bz2 gentoo-2-48039475684ab19392873b41a785065f59417486.zip |
Fixed to build on ppc, bug #153749.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-sound/audacity/files')
-rw-r--r-- | media-sound/audacity/files/audacity-1.3.2-no-msse.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/audacity/files/audacity-1.3.2-no-msse.patch b/media-sound/audacity/files/audacity-1.3.2-no-msse.patch new file mode 100644 index 000000000000..ecbec1450fc7 --- /dev/null +++ b/media-sound/audacity/files/audacity-1.3.2-no-msse.patch @@ -0,0 +1,11 @@ +--- lib-src/soundtouch/source/SoundTouch/Makefile.am.old 2006-11-02 13:30:00.000000000 +0900 ++++ lib-src/soundtouch/source/SoundTouch/Makefile.am 2006-11-02 13:30:12.000000000 +0900 +@@ -35,7 +35,7 @@ +
+ # ??? test for -fcheck-new in configure.ac
+ # other compiler flags to add
+-AM_CXXFLAGS=-O3 -msse -fcheck-new -I../../include
++AM_CXXFLAGS=-fcheck-new -I../../include
+
+ # other linking flags to add
+ #libSoundTouch_la_LIBADD=
|