[70515] trunk/dports/graphics/opencv/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Aug 11 22:25:45 PDT 2010


Revision: 70515
          http://trac.macports.org/changeset/70515
Author:   ryandesign at macports.org
Date:     2010-08-11 22:25:41 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
opencv: disable universal

Modified Paths:
--------------
    trunk/dports/graphics/opencv/Portfile

Modified: trunk/dports/graphics/opencv/Portfile
===================================================================
--- trunk/dports/graphics/opencv/Portfile	2010-08-12 01:12:43 UTC (rev 70514)
+++ trunk/dports/graphics/opencv/Portfile	2010-08-12 05:25:41 UTC (rev 70515)
@@ -47,8 +47,11 @@
                                 port:libdc1394 \
                                 port:orc
 
+# ffmpeg is not universal
+universal_variant               no
+
 patchfiles                      patch-CMakeLists.txt.diff
-if {[variant_isset universal]} {
+if {[variant_isset universal] && [variant_exists universal]} {
     patchfiles-append           patch-pch-CMakeLists.txt.diff
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100811/8d085a9f/attachment.html>


More information about the macports-changes mailing list