On Oct 1, 2009, at 04:18, [email protected] wrote:

Revision: 58577
         http://trac.macports.org/changeset/58577
Author:   [email protected]
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?

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to