--- Portfile.orig	2009-05-14 17:08:43.000000000 -0400
+++ Portfile	2009-09-03 12:50:23.000000000 -0400
@@ -26,3 +26,9 @@
 configure.env		CPATH="${prefix}/include"    \
 					LIBRARY_PATH="${prefix}/lib"
 configure.cxxflags-append	"-I${prefix}/include -L${prefix}/lib"
+
+variant sl_64bit_21014 description {Work around to build for Snow Leopard in 64bit. Removes quicktime, replaces carbon with gtk. Changes processor target to Core2.} { 
+	 	  configure.post_args   --without-quicktime --without-carbon --with-gtk 
+	 	  configure.cxxflags-append "-I${prefix}/include -L${prefix}/lib -march=nocona -mtune=generic" 
+}
+
