Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2009 22:00:16 GMT
From:      Anonymous <swell.k@gmail.com>
To:        gnome@FreeBSD.org
Subject:   Re: ports/137432: [patch] graphics/gimp-app: add a few OPTIONS
Message-ID:  <200908042200.n74M0GOi036903@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/137432; it has been noted by GNATS.

From: Anonymous <swell.k@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137432: [patch] graphics/gimp-app: add a few OPTIONS
Date: Wed, 05 Aug 2009 01:58:06 +0400

 Oops, since I found related bug in ports/137439 looks like my assumption
 that autodetection was disabled by default was wrong. The value of SIMD
 should be reversed or it can cause issues with official packages that
 utilize cpu features that *not always* available on such architectures,
 e.g. i386 + MMX/SSE.
 
 %%%
 .if !defined(WITH_SIMD)
 CONFIGURE_ARGS+=	--disable-mmx \
 			--disable-sse \
 			--disable-altivec
 .endif
 %%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908042200.n74M0GOi036903>