[97647] trunk/dports/emulators/virtualbox/Portfile

royliu at macports.org royliu at macports.org
Mon Sep 10 11:05:58 PDT 2012


Revision: 97647
          https://trac.macports.org/changeset/97647
Author:   royliu at macports.org
Date:     2012-09-10 11:05:57 -0700 (Mon, 10 Sep 2012)
Log Message:
-----------
virtualbox: fix the build process

Modified Paths:
--------------
    trunk/dports/emulators/virtualbox/Portfile

Modified: trunk/dports/emulators/virtualbox/Portfile
===================================================================
--- trunk/dports/emulators/virtualbox/Portfile	2012-09-10 17:49:22 UTC (rev 97646)
+++ trunk/dports/emulators/virtualbox/Portfile	2012-09-10 18:05:57 UTC (rev 97647)
@@ -92,6 +92,8 @@
     post-patch {
         if {[vercmp $xcodeversion "4.4"] >= 0} {
             set oldest_supported_SDK 10.7
+        } elseif {[vercmp $xcodeversion "4.1"] >= 0} {
+            set oldest_supported_SDK 10.6
         } else {
             set oldest_supported_SDK "10.[expr [lindex [split ${macosx_deployment_target} "."] 1] - 1]"
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120910/2bb3731c/attachment.html>


More information about the macports-changes mailing list