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

ryandesign at macports.org ryandesign at macports.org
Mon Nov 25 13:23:08 PST 2013


Revision: 113922
          https://trac.macports.org/changeset/113922
Author:   ryandesign at macports.org
Date:     2013-11-25 13:23:08 -0800 (Mon, 25 Nov 2013)
Log Message:
-----------
gstreamer1-gst-plugins-bad: ensure platform is darwin before checking darwin version number

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	2013-11-25 21:18:49 UTC (rev 113921)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2013-11-25 21:23:08 UTC (rev 113922)
@@ -93,9 +93,11 @@
 # port:soundtouch (fails on autoreconf on darwin 8 & 9, see #27533) disable soundtouch on these platforms
 #
 
-if { ${os.major} < 10 } {
+platform darwin {
+    if {${os.major} < 10} {
     depends_lib-delete      port:soundtouch
     configure.args-append   --disable-soundtouch
+    }
 }
 
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131125/1f48d7e6/attachment.html>


More information about the macports-changes mailing list