--- Portfile.orig	2009-01-03 04:57:38.000000000 -0500
+++ Portfile	2009-01-17 06:11:01.000000000 -0500
@@ -66,6 +66,10 @@
 
 destroot.target         frameworkinstall maninstall
 
+# ensure that correct compiler is used
+build.args-append  MAKE="${build.cmd} CC=${configure.cc}"
+destroot.args-append  MAKE="${destroot.cmd} CC=${configure.cc}"
+
 platform macosx {
 post-destroot {
         set framewpath ${frameworks_dir}/Python.framework

