Files
pkgsrc-ng/audio/jack/patches/patch-aj
2013-09-26 17:14:40 +02:00

26 lines
696 B
Plaintext

$NetBSD: patch-aj,v 1.4 2013/02/09 19:59:44 ryoon Exp $
Kill all of the overzealous optimization; if the user wants this,
there is devel/cpuflags and mk.conf.
--- configure.orig 2011-09-28 13:10:13.000000000 +0000
+++ configure
@@ -15794,7 +15794,7 @@ rm -f core conftest.err conftest.$ac_obj
$as_echo "#define x86 1" >>confdefs.h
- COMMON_X86_OPT_FLAGS="-O3 -fomit-frame-pointer -ffast-math -funroll-loops"
+ COMMON_X86_OPT_FLAGS="-fomit-frame-pointer"
if test x$with_cpu_target != x ; then
@@ -15832,7 +15832,7 @@ if test "x$enable_dynsimd" = xyes; then
$as_echo "#define USE_DYNSIMD 1" >>confdefs.h
- SIMD_CFLAGS="-O -msse -msse2 -m3dnow"
+ SIMD_CFLAGS=""
fi