diff options
author | 2011-08-22 08:02:42 +0000 | |
---|---|---|
committer | 2011-08-22 08:02:42 +0000 | |
commit | 544b0ba818dcb29648c3713fee847d4ac7dc0e1d (patch) | |
tree | beaf018ac36bf0867c58c015affc261acf4b0dcb /media-libs/libsoundtouch/files | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-544b0ba818dcb29648c3713fee847d4ac7dc0e1d.tar.gz gentoo-2-544b0ba818dcb29648c3713fee847d4ac7dc0e1d.tar.bz2 gentoo-2-544b0ba818dcb29648c3713fee847d4ac7dc0e1d.zip |
Version bump (bug #376261 by Alex Barker). Add static-libs USE flag.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsoundtouch/files')
-rw-r--r-- | media-libs/libsoundtouch/files/libsoundtouch-1.6.0-flags.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/libsoundtouch/files/libsoundtouch-1.6.0-flags.patch b/media-libs/libsoundtouch/files/libsoundtouch-1.6.0-flags.patch new file mode 100644 index 000000000000..94c37dbbe409 --- /dev/null +++ b/media-libs/libsoundtouch/files/libsoundtouch-1.6.0-flags.patch @@ -0,0 +1,25 @@ +--- soundtouch.orig/source/SoundStretch/Makefile.am ++++ soundtouch/source/SoundStretch/Makefile.am +@@ -43,11 +43,5 @@ + ## linker.
+ soundstretch_LDADD=../SoundTouch/libSoundTouch.la -lm
+
+-## linker flags
+-soundstretch_LDFLAGS=-s
+-
+-## additional compiler flags
+-soundstretch_CXXFLAGS=-O3
+-
+ #clean-local:
+ # -rm -f additional-files-to-remove-on-make-clean
+--- soundtouch.orig/source/SoundTouch/Makefile.am ++++ soundtouch/source/SoundTouch/Makefile.am +@@ -36,7 +36,7 @@ + # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
+ # fix this script to automatically check for CPU architecture, please submit a patch
+ # to me.
+-AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include
++AM_CXXFLAGS=-fcheck-new -I../../include
+
+
+ # other linking flags to add
|