ports/137432: [patch] graphics/gimp-app: add a few OPTIONS
Anonymous
swell.k at gmail.com
Tue Aug 4 22:00:17 UTC 2009
The following reply was made to PR ports/137432; it has been noted by GNATS.
From: Anonymous <swell.k at gmail.com>
To: bug-followup at 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
%%%
More information about the freebsd-gnome
mailing list