[73255] trunk/dports/gnome/gst-plugins-gl/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Nov 7 18:21:32 PST 2010


Revision: 73255
          http://trac.macports.org/changeset/73255
Author:   rmstonecipher at macports.org
Date:     2010-11-07 18:21:28 -0800 (Sun, 07 Nov 2010)
Log Message:
-----------
gnome/gst-plugins-gl added configure argument to avoid build failure when libsdl is installed

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-gl/Portfile

Modified: trunk/dports/gnome/gst-plugins-gl/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-gl/Portfile	2010-11-08 01:21:35 UTC (rev 73254)
+++ trunk/dports/gnome/gst-plugins-gl/Portfile	2010-11-08 02:21:28 UTC (rev 73255)
@@ -26,7 +26,10 @@
                     sha1    bbeb7ebd46a9098bb32fe871ecb1891b58aff26e \
                     rmd160  1a6ca7f2922a2dbccc6a6106d56e0b28c0fb42e0
 
-universal_variant   no
+universal_variant       no
+# gst-plugins-gl sees libsdl if it is present and uses it to build examples which 
+# fail to build as of 0.10.2
+configure.args-append   --disable-examples
 
 post-extract {
     reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101107/146e6813/attachment.html>


More information about the macports-changes mailing list