[118002] trunk/dports/multimedia/VLC-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Mar 18 13:07:56 PDT 2014


Revision: 118002
          https://trac.macports.org/changeset/118002
Author:   jeremyhu at macports.org
Date:     2014-03-18 13:07:56 -0700 (Tue, 18 Mar 2014)
Log Message:
-----------
VLC-devel: Disable rdp on SL

Modified Paths:
--------------
    trunk/dports/multimedia/VLC-devel/Portfile

Modified: trunk/dports/multimedia/VLC-devel/Portfile
===================================================================
--- trunk/dports/multimedia/VLC-devel/Portfile	2014-03-18 19:42:26 UTC (rev 118001)
+++ trunk/dports/multimedia/VLC-devel/Portfile	2014-03-18 20:07:56 UTC (rev 118002)
@@ -250,6 +250,13 @@
     requires huge qt4 quartz smb x11 \
     description {Enable all variants} {}
 
+platform darwin 10 {
+    # FreeRDP fails to build on Snow Leopard
+    configure.args-delete --enable-freerdp
+    configure.args-append --disable-freerdp
+    depends_lib-delete port:FreeRDP
+}
+
 platform macosx {
     default_variants-append +quartz +qtkit
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140318/7d58ff2b/attachment.html>


More information about the macports-changes mailing list