$OpenBSD$
--- lib-src/soundtouch/source/SoundTouch/Makefile.in.orig	Wed Nov 17 22:17:35 2004
+++ lib-src/soundtouch/source/SoundTouch/Makefile.in	Tue Jan 11 20:12:59 2005
@@ -143,7 +143,8 @@ libSoundTouch_la_SOURCES = AAFilter.cpp 
 
 # ??? test for -fcheck-new in configure.ac
 # other compiler flags to add
-AM_CXXFLAGS = -O3 -fcheck-new -I../../include
+# AM_CXXFLAGS = -O3
+AM_CXXFLAGS = -I../../include -fcheck-new
 subdir = source/SoundTouch
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
