diff options
Diffstat (limited to 'media-libs/libsoundtouch/files/1.3.1-respect-cflags.patch')
-rw-r--r-- | media-libs/libsoundtouch/files/1.3.1-respect-cflags.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/media-libs/libsoundtouch/files/1.3.1-respect-cflags.patch b/media-libs/libsoundtouch/files/1.3.1-respect-cflags.patch deleted file mode 100644 index fe4de1a..0000000 --- a/media-libs/libsoundtouch/files/1.3.1-respect-cflags.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN 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-08-22 15:19:12.000000000 -0700 -+++ soundtouch-1.3.1/source/SoundTouch/Makefile.am 2006-08-22 15:19:29.000000000 -0700 -@@ -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=
|