openbsd-ports/graphics/fyre/patches/patch-configure

13 lines
311 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.1.1.1 2007/05/21 14:24:06 jasper Exp $
--- configure.orig Wed Sep 6 02:02:18 2006
+++ configure Fri May 18 13:27:43 2007
@@ -6517,7 +6517,7 @@ fi
if test "x$CC" = "xicc"; then
CFLAGS="$CFLAGS -O3"
else
- CFLAGS="$CFLAGS -O3 -ffast-math"
+ CFLAGS="$CFLAGS -ffast-math"
fi