[128171] trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

devans at macports.org devans at macports.org
Sat Nov 15 10:17:55 PST 2014


Revision: 128171
          https://trac.macports.org/changeset/128171
Author:   devans at macports.org
Date:     2014-11-15 10:17:55 -0800 (Sat, 15 Nov 2014)
Log Message:
-----------
gstreamer1-gst-plugins-bad: disable opengl support to attempt to fix build on darwin 10 or earlier.

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

Modified: trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2014-11-15 17:54:47 UTC (rev 128170)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2014-11-15 18:17:55 UTC (rev 128171)
@@ -103,12 +103,12 @@
 
 #
 # applemedia video plugin uses CoreMedia which is not available on darwin 10 or earlier
-# gl cocoa build fails on darwin 10 or earlier
+# opengl cocoa build fails on darwin 10 or earlier
 #
 
 if { ${os.major} < 11 } {
     configure.args-append   --disable-apple_media \
-                            --disable-gl
+                            --disable-opengl
 }
 
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141115/596b80fe/attachment-0001.html>


More information about the macports-changes mailing list