From 158a19e086c61a2d22828f1d9b95f52e54ecc193 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sat, 24 Mar 2007 20:14:44 +0000 Subject: Clean up the lines that has been disable the workaround of SSE2 bug for about 5-6 months with no problem. --- x11-toolkits/gtk30/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'x11-toolkits/gtk30') diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 25de12f2e5ac..6dc096830087 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -68,15 +68,6 @@ PLIST_SUB+= CUPS:="" PLIST_SUB+= CUPS:="@comment " .endif -# There is a SSE2 bug in either GCC or in our libc, when use p4, p-m or else -# is being use in CPUTYPE that enable SSE2 will causing Java with GTK2 and -# Mono/gtk-sharp crash. Disable SSE2 to solve the crash and see ports/72014 -# for detail. -.if ${OSVERSION} >= 500000 && ( ${ARCH} == "i386" || ${ARCH} == "amd64" ) \ - && ${CC} != "icc" -#CFLAGS+= -mno-sse2 -.endif - post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' -- cgit v1.2.3