Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 06:59:44 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Martin Wilke <miwi@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r318646 - head/graphics/scale2x
Message-ID:  <20130521065944.GA54648@FreeBSD.org>
In-Reply-To: <201305210617.r4L6HRku045000@svn.freebsd.org>
References:  <201305210617.r4L6HRku045000@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 21, 2013 at 06:17:27AM +0000, Martin Wilke wrote:
> New Revision: 318646
> URL: http://svnweb.freebsd.org/changeset/ports/318646
> 
> +OPTIONS_DEFINE=	DOCS EXAMPLES
> +OPTIONS_DEFINE_i386=	MMX
>  
> [...]
>  
> +.if ${PORT_OPTIONS:MMMX}
> +CPPFLAGS+=	-DHAVE_MMX
> +.endif

Do you think it would make sense to enable MMX option by default depending
on ${MACHINE_CPU:Mmmx}?

./danfe



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