Modified: trunk/dports/gnome/gst-plugins-good/Portfile (80065 => 80066)
--- trunk/dports/gnome/gst-plugins-good/Portfile 2011-07-03 17:34:56 UTC (rev 80065)
+++ trunk/dports/gnome/gst-plugins-good/Portfile 2011-07-03 19:01:55 UTC (rev 80066)
@@ -54,6 +54,13 @@
configure.args-append --disable-gtk-doc --disable-schemas-install --with-default-videosink=ximagesink
+# BUILD FIX TODO
+# SSE register return with SSE disabled
+# <rdar://problem/9694837>
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
post-activate {
system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"