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

jeremyhu at macports.org jeremyhu at macports.org
Mon Apr 13 14:33:10 PDT 2009


Revision: 49622
          http://trac.macports.org/changeset/49622
Author:   jeremyhu at macports.org
Date:     2009-04-13 14:33:10 -0700 (Mon, 13 Apr 2009)
Log Message:
-----------
VLC: Not universal, delete --disable-smb with the +smb variant

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

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2009-04-13 21:22:14 UTC (rev 49621)
+++ trunk/dports/multimedia/VLC/Portfile	2009-04-13 21:33:10 UTC (rev 49622)
@@ -50,6 +50,9 @@
 livecheck.url		http://download.videolan.org/pub/videolan/vlc/
 livecheck.regex		<a href=\"(\\d\[\\d|\.|\\w\]+).*/\">
 
+# live555 and possibly others are not universal, so disabling for now
+universal_variant no
+
 configure.args-append	--disable-macosx-defaults \
 	--disable-debug --disable-x11 --disable-xvideo --disable-glx \
 	--disable-skins2 --disable-notify --disable-telepathy --disable-twolame \
@@ -155,6 +158,7 @@
 
 variant smb description {Enable Samba 3 support} {
 	depends_lib-append		port:samba3
+	configure.args-delete	--disable-smb
 	configure.args-append	--enable-smb
 	configure.ldflags-append	-L${prefix}/lib/samba3
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090413/864f5b51/attachment.html>


More information about the macports-changes mailing list