From owner-svn-ports-head@FreeBSD.ORG Mon May 25 03:07:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B983C930 for ; Mon, 25 May 2015 03:07:16 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from vfemail.net (ninezero.vfemail.net [96.30.253.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7882780F for ; Mon, 25 May 2015 03:07:16 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: (qmail 95810 invoked by uid 89); 25 May 2015 03:07:08 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 May 2015 03:07:05 -0000 Received: (qmail 97358 invoked by uid 89); 24 May 2015 18:01:59 -0000 Received: by simscan 1.3.1 ppid: 97353, pid: 97354, t: 0.1016s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 24 May 2015 18:01:59 -0000 Received: (qmail 20842 invoked by uid 89); 24 May 2015 18:01:59 -0000 Received: by simscan 1.4.0 ppid: 20808, pid: 20837, t: 1.2345s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 24 May 2015 18:01:58 -0000 From: Jan Beich To: Tijl Coosemans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r387283 - head/devel/sdl20 In-Reply-To: <201505241648.t4OGmf2K096837@svn.freebsd.org> (Tijl Coosemans's message of "Sun, 24 May 2015 16:48:41 +0000 (UTC)") References: <201505241648.t4OGmf2K096837@svn.freebsd.org> Date: Sun, 24 May 2015 20:01:47 +0200 Message-ID: <7frx-7t2s-wny@vfemail.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2015 03:07:16 -0000 --=-=-= Content-Type: text/plain Tijl Coosemans writes: > +.if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} > +CONFIGURE_ARGS+= --enable-mmx > +.else > +CONFIGURE_ARGS+= --disable-mmx > +.endif Why not use smth like the following instead ? OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX} --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJVYhILXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bk+gH/jFlcu2pi3JohXTnF72pB+IM ZYckjyT1Xt6fsQv60AcuFRKJ+SZ3+6BLO7rGRRjwNs/34eanM+CfpwDd49jHqxpQ 5NOpeW/0dXR46iQzJ7z8wbYTuowcqudS7V+3uiM2xN07/xv7BzzX9ijErOsjEdXK JIPmquFrU00e7Dr8wL+fYuBcrZ2GFLeFIsnID1Vxo5TmrPkPpUi8gSFRAMTkGDdE 689djxaC4LNyjYnsZx3u8tq9ZpPV/L2KcSqZVif26OUueDpdKg2WgAjsS1vqZEcd BWsmlipcF6OcBFpIgXaMAWdSNTBeRAwajJqQa3FwaY/lQNoqh9gePpz1vacVzuI= =e5/n -----END PGP SIGNATURE----- --=-=-=--