From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../files/libsoundtouch-1.7.0-flags.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch (limited to 'media-libs/libsoundtouch/files') diff --git a/media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch b/media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch new file mode 100644 index 000000000000..2b1e1ac80958 --- /dev/null +++ b/media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch @@ -0,0 +1,22 @@ +--- soundtouch/source/SoundStretch/Makefile.am ++++ soundtouch/source/SoundStretch/Makefile.am +@@ -48,7 +48,7 @@ + # soundstretch_LDFLAGS=-s + + ## additional compiler flags +-soundstretch_CXXFLAGS=-O3 ++#soundstretch_CXXFLAGS=-O3 + + #clean-local: + # -rm -f additional-files-to-remove-on-make-clean +--- soundtouch/source/SoundTouch/Makefile.am ++++ soundtouch/source/SoundTouch/Makefile.am +@@ -32,7 +32,7 @@ + + + # Compiler flags +-AM_CXXFLAGS=-O3 -fcheck-new -I../../include ++AM_CXXFLAGS=-fcheck-new -I../../include + + # Compile the files that need MMX and SSE individually. + libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la -- cgit v1.2.3