From 02164ac416e55a173e0d027bf87d3b972dc07933 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 12 Jul 2011 22:03:28 +0000 Subject: Change last pattern back to allow SSE2 support for GCC 100.* and newer as suggested by Matthias Drochner in private e-mail. Let's hope we have switched to CLang by then. --- x11/pixman/hacks.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/pixman/hacks.mk b/x11/pixman/hacks.mk index 175ff9aff2a..667b4121d43 100644 --- a/x11/pixman/hacks.mk +++ b/x11/pixman/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.5 2011/07/12 18:23:09 tron Exp $ +# $NetBSD: hacks.mk,v 1.6 2011/07/12 22:03:28 tron Exp $ # .if !defined(PIXMAN_HACKS_MK) PIXMAN_HACKS_MK= # empty @@ -9,7 +9,7 @@ PIXMAN_HACKS_MK= # empty ### .if empty(CC_VERSION:Mgcc-4.[2-9]*) && \ empty(CC_VERSION:Mgcc-[5-9].*) && \ - empty(CC_VERSION:Mgcc-[1-9][0-9].*) + empty(CC_VERSION:Mgcc-[1-9][0-9]*) CONFIGURE_ARGS+= --disable-sse2 . endif .endif -- cgit v1.2.3