$OpenBSD: patch-configure_ac,v 1.3 2008/06/28 05:49:30 jakemsr Exp $
--- configure.ac.orig	Sat Jun 14 16:46:11 2008
+++ configure.ac	Sun Jun 15 11:24:47 2008
@@ -94,6 +94,7 @@ case "${host_os}" in
     USE_BARRIER="no"
     # need small realtime stack
     JACK_THREAD_STACK_TOUCH=10000
+    HOST_DEFAULT_TMP_DIR=/tmp
     ;;
   darwin*)
     JACK_THREAD_STACK_TOUCH=10000	# need small realtime stack
@@ -393,7 +394,7 @@ AC_ARG_ENABLE(dynsimd,
 if test "x$enable_dynsimd" = xyes; then
 	AC_DEFINE(USE_DYNSIMD, 1, [Define to 1 to use dynamic SIMD selection.])
 	dnl This needs update once there's more than x86/x86-64 supported
-	SIMD_CFLAGS="-msse -msse2 -m3dnow"
+	SIMD_CFLAGS="" # "-msse -msse2 -m3dnow"
 	AC_SUBST(SIMD_CFLAGS)
 fi
 
