Revision: 75565 http://trac.macports.org/changeset/75565 Author: rmstonecipher@macports.org Date: 2011-01-30 13:05:43 -0800 (Sun, 30 Jan 2011) Log Message: ----------- gnome/gstreamer disabled gobject-introspection support which was not UsingTheRightCompiler (ref #27567) Modified Paths: -------------- trunk/dports/gnome/gstreamer/Portfile Modified: trunk/dports/gnome/gstreamer/Portfile =================================================================== --- trunk/dports/gnome/gstreamer/Portfile 2011-01-30 20:33:37 UTC (rev 75564) +++ trunk/dports/gnome/gstreamer/Portfile 2011-01-30 21:05:43 UTC (rev 75565) @@ -5,6 +5,7 @@ name gstreamer version 0.10.32 +revision 1 description \ GStreamer is a development framework for creating multimedia applications. long_description \ @@ -39,6 +40,7 @@ configure.env-append PERL_PATH=${prefix}/bin/perl configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common +configure.args-append --disable-introspection pre-build { if {[file exists ${prefix}/lib/libcheck.dylib]} {
participants (1)
-
rmstonecipher@macports.org