[76937] trunk/dports/multimedia/VLC/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Mar 13 20:48:31 PDT 2011


Revision: 76937
          http://trac.macports.org/changeset/76937
Author:   jeremyhu at macports.org
Date:     2011-03-13 20:48:31 -0700 (Sun, 13 Mar 2011)
Log Message:
-----------
VLC: BuildFix for xcb and fix default_variants for Tiger/Leopard

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

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2011-03-14 03:35:07 UTC (rev 76936)
+++ trunk/dports/multimedia/VLC/Portfile	2011-03-14 03:48:31 UTC (rev 76937)
@@ -50,6 +50,7 @@
 
 post-patch {
     reinplace "s:librsvg-2/librsvg:librsvg:" ${worksrcpath}/modules/misc/svg.c
+    reinplace "s:HOST_NAME_MAX:_POSIX_HOST_NAME_MAX:" ${worksrcpath}/modules/video_output/xcb/window.c
 }
 
 use_parallel_build no
@@ -266,13 +267,13 @@
 
 platform darwin 8 {
     if {![variant_isset minimal]} {
-        default_variants-append qtcapture auhal
+        default_variants-append +qtcapture +auhal
     }
 }
 
 platform darwin 9 {
     if {![variant_isset minimal]} {
-        default_variants-append qtcapture auhal
+        default_variants-append +qtcapture +auhal
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110313/ac89168c/attachment-0001.html>


More information about the macports-changes mailing list