openbsd-ports/x11/afterstep/patches/patch-libAfterImage_configure
naddy 2f12d2fceb * make this build on alpha by removing something that was intended
to help it build on alpha...
* honor CFLAGS
2012-04-12 17:31:12 +00:00

21 lines
589 B
Plaintext

$OpenBSD: patch-libAfterImage_configure,v 1.1 2012/04/12 17:31:12 naddy Exp $
--- libAfterImage/configure.orig Thu Apr 12 18:38:50 2012
+++ libAfterImage/configure Thu Apr 12 18:40:05 2012
@@ -3237,16 +3237,6 @@ fi
fi
-if test "x$enable_gdb" = "xno"; then
- DIRTY_CFLAGS="$CFLAGS"
- CFLAGS="-O3"
- for f in $DIRTY_CFLAGS; do
- if test "x$f" != "x-O2" -a "x$f" != "x-O3" -a "x$f" != "x-O"; then
- CFLAGS="$CFLAGS $f"
- fi
- done
-fi
-
MMX_CFLAGS="-mmmx -Winline --param inline-unit-growth=10000 --param large-function-growth=10000"
have_mmx_intrinsics=no