From 30e45be9f10405f2aa477da4846928778eb2bbb3 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 8 May 2006 21:07:09 +0000 Subject: - Test not disableing sse Talked over with: tmclaugh git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6234 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/gtk20/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 727443f50..bef8b5df4 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.82 2006/05/06 08:50:37 marcus Exp $ # PORTNAME= gtk @@ -81,7 +81,7 @@ PLIST_SUB+= CUPS:="@comment " # for detail. .if ${OSVERSION} >= 500000 && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) \ && ${CC} != "icc" -CFLAGS+= -mno-sse2 +#CFLAGS+= -mno-sse2 .endif pre-everything:: -- cgit v1.2.3