From ae9546377b6c760eae7eb419d073faba2cbf25f2 Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 25 Feb 2003 00:02:38 +0000 Subject: [PATCH] Disable SSE support, not safe. Pointed out by Jolan Luff . --- audio/flac/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/flac/Makefile b/audio/flac/Makefile index a3093b20e8e..d2714b7e0b2 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2002/11/02 23:23:48 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2003/02/25 00:02:38 naddy Exp $ COMMENT= "free lossless audio codec" @@ -27,7 +27,7 @@ CONFIGURE_STYLE= gnu # id3lib is only used by the XMMS plugin CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ - --enable-sse --enable-3dnow \ + --enable-3dnow \ --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" CONFIGURE_ENV= XMMS_CONFIG=/usr/bin/false \