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 | 091bc76d8b7e223229b39d23f1fe2990c4522450 (patch) | |
tree | 801ffbba7913c84b07c606686f18e83cb06470d4 /media-sound/audacity/files | |
parent | Stable for HPPA. (diff) | |
download | historical-091bc76d8b7e223229b39d23f1fe2990c4522450.tar.gz historical-091bc76d8b7e223229b39d23f1fe2990c4522450.tar.bz2 historical-091bc76d8b7e223229b39d23f1fe2990c4522450.zip |
Fixed to build on ppc, bug #153749.
Package-Manager: portage-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=
|