Revision: 80066 http://trac.macports.org/changeset/80066 Author: jeremyhu@macports.org Date: 2011-07-03 12:01:55 -0700 (Sun, 03 Jul 2011) Log Message: ----------- gst-plugins-good: Fall back on llvm-gcc from clang for now Modified Paths: -------------- trunk/dports/gnome/gst-plugins-good/Portfile Modified: trunk/dports/gnome/gst-plugins-good/Portfile =================================================================== --- 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"