$OpenBSD: patch-lib-src_soundtouch_include_STTypes_h,v 1.1 2006/12/17 12:12:59 ajacoutot Exp $
--- lib-src/soundtouch/include/STTypes.h.orig	Wed Dec  6 14:09:36 2006
+++ lib-src/soundtouch/include/STTypes.h	Wed Dec  6 14:10:27 2006
@@ -92,7 +92,9 @@ namespace soundtouch
     /// However, if you're having difficulties getting the optimized routines
     /// compiled with your compler (e.g. some gcc compiler versions may be picky),
     /// you may wish to disable the optimizations to make the library compile.
-    #define ALLOW_OPTIMIZATIONS     1
+    #ifndef __OpenBSD__
+         #define ALLOW_OPTIMIZATIONS     1
+    #endif
 
 
     // If defined, allows the SIMD-optimized routines to take minor shortcuts
