summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-17 18:02:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-17 18:02:29 +0000
commitdec8d0bcb9a796e2d7111e1f16a93702534d8389 (patch)
treeab1361683b8effecf626fa2c0674ca482c3506e9 /media-libs/libsoundtouch/files
parentAutomated update of use.local.desc (diff)
downloadhistorical-dec8d0bcb9a796e2d7111e1f16a93702534d8389.tar.gz
historical-dec8d0bcb9a796e2d7111e1f16a93702534d8389.tar.bz2
historical-dec8d0bcb9a796e2d7111e1f16a93702534d8389.zip
old
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'media-libs/libsoundtouch/files')
-rw-r--r--media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch40
-rw-r--r--media-libs/libsoundtouch/files/libsoundtouch-1.3.1-gcc-4.3.patch10
2 files changed, 0 insertions, 50 deletions
diff --git a/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch b/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch
deleted file mode 100644
index 9e335761fd09..000000000000
--- a/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-Makefile.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -Naur soundtouch-1.3.1-orig/source/example/bpm/Makefile.am soundtouch-1.3.1/source/example/bpm/Makefile.am
---- soundtouch-1.3.1-orig/source/example/bpm/Makefile.am 2006-03-19 06:08:36.000000000 -0600
-+++ soundtouch-1.3.1/source/example/bpm/Makefile.am 2007-02-24 11:52:13.000000000 -0600
-@@ -33,7 +33,7 @@
-
-
- # other compiler flags to add
--AM_CXXFLAGS=-O3 -I../../../include
-+AM_CXXFLAGS=-I../../../include
-
- # other linking flags to add
- #libBPM_la_LIBADD=
-diff -Naur soundtouch-1.3.1-orig/source/example/SoundStretch/Makefile.am soundtouch-1.3.1/source/example/SoundStretch/Makefile.am
---- soundtouch-1.3.1-orig/source/example/SoundStretch/Makefile.am 2006-03-19 06:08:36.000000000 -0600
-+++ soundtouch-1.3.1/source/example/SoundStretch/Makefile.am 2007-02-24 11:51:52.000000000 -0600
-@@ -44,10 +44,10 @@
- soundstretch_LDADD=../../SoundTouch/libSoundTouch.la ../bpm/libBPM.la -lm
-
- ## linker flags
--soundstretch_LDFLAGS=-s
-+soundstretch_LDFLAGS=
-
- ## additional compiler flags
--soundstretch_CXXFLAGS=-O3 -I../bpm
-+soundstretch_CXXFLAGS=-I../bpm
-
- #clean-local:
- # -rm -f additional-files-to-remove-on-make-clean
-diff -Naur soundtouch-1.3.1-orig/source/SoundTouch/Makefile.am soundtouch-1.3.1/source/SoundTouch/Makefile.am
---- soundtouch-1.3.1-orig/source/SoundTouch/Makefile.am 2006-03-19 06:08:36.000000000 -0600
-+++ soundtouch-1.3.1/source/SoundTouch/Makefile.am 2007-02-24 11:50:21.000000000 -0600
-@@ -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=
diff --git a/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-gcc-4.3.patch b/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-gcc-4.3.patch
deleted file mode 100644
index 79b7ec5df833..000000000000
--- a/media-libs/libsoundtouch/files/libsoundtouch-1.3.1-gcc-4.3.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- source/example/SoundStretch/WavFile.h 2006-03-19 13:08:36.000000000 +0100
-+++ source/example/SoundStretch/WavFile.h.new 2008-04-11 15:03:44.000000000 +0200
-@@ -48,6 +48,7 @@
- #define WAVFILE_H
-
- #include <stdio.h>
-+#include <cstring>
-
- #ifndef uint
- typedef unsigned int uint;