--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/boost/Portfile	2008-08-16 00:11:19.000000000 -0400
+++ boost/Portfile	2008-10-04 05:18:25.000000000 -0400
@@ -100,6 +100,14 @@
 
 configure.args		--without-libraries=python --without-icu --with-bjam=${prefix}/bin/bjam
 
+post-configure { 
+        if {[variant_isset universal]} { 
+                reinplace "s|using darwin.*|using darwin : : : <compileflags>\"-arch ppc -arch i386\" <linkflags>\"-arch ppc -arch i386\" ;|" ${worksrcpath}/user-config.jam 
+	}
+}
+
+variant universal {} 
+
 variant python24 conflicts python25 {
 	set pyversion		2.4
 	depends_lib-append      lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]

