[58577] trunk/dports/net/tuntaposx
Ryan Schmidt
ryandesign at macports.org
Thu Oct 1 02:44:18 PDT 2009
On Oct 1, 2009, at 04:18, raimue at macports.org wrote:
> Revision: 58577
> http://trac.macports.org/changeset/58577
> Author: raimue at macports.org
> Date: 2009-10-01 02:18:34 -0700 (Thu, 01 Oct 2009)
> Log Message:
> -----------
> net/tuntaposx:
> Update to version 20090913, adapting patches.
> For Snow Leopard, build both i386 and x86_64 as the kernel can be
> run in 64-bit mode.
> -# doesn't build 64-bit
> -configure.universal_archs-delete x86_64 ppc64
> +configure {
> + if {[variant_isset darwin_10] && ![variant_isset universal]} {
> + # Kernel can be 32-bit or 64-bit, so build both
> + configure.cflags-append -arch i386 -arch x86_64
> + }
Is that different from what would happen if you selected the universal
variant? Or would it make sense to just use "default_variants
+universal" on Snow Leopard?
More information about the macports-dev
mailing list