Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / audacity / patches / patch-ak
blob60dd741bffa5c9003ab8b8e9c0da37ce077466e8
1 $NetBSD$
3 --- lib-src/soundtouch/include/STTypes.h.orig   2006-11-15 05:12:11.000000000 +0100
4 +++ lib-src/soundtouch/include/STTypes.h        2007-02-23 04:23:58.000000000 +0100
5 @@ -132,7 +132,7 @@ namespace soundtouch
6                  #define ALLOW_3DNOW     1\r
7              #endif\r
8  \r
9 -            #if (WIN32 || __i386__ || __x86_64__)\r
10 +            #if (WIN32 || __i386__ || __x86_64__) && (!defined(__GNUC__) || defined(__SSE__))\r
11                  #define ALLOW_SSE       1\r
12              #endif\r
13          #endif\r