[118690] trunk/dports/devel/libsdl2/Portfile

jmr at macports.org jmr at macports.org
Mon Apr 7 22:14:16 PDT 2014


Revision: 118690
          https://trac.macports.org/changeset/118690
Author:   jmr at macports.org
Date:     2014-04-07 22:14:16 -0700 (Mon, 07 Apr 2014)
Log Message:
-----------
libsdl2: fail earlier if required SDK is not available

Modified Paths:
--------------
    trunk/dports/devel/libsdl2/Portfile

Modified: trunk/dports/devel/libsdl2/Portfile
===================================================================
--- trunk/dports/devel/libsdl2/Portfile	2014-04-08 04:27:21 UTC (rev 118689)
+++ trunk/dports/devel/libsdl2/Portfile	2014-04-08 05:14:16 UTC (rev 118690)
@@ -33,7 +33,7 @@
         if {[file exists $lion_sdkpath]} {
             configure.sdkroot $lion_sdkpath
         } else {
-            pre-configure {
+            pre-fetch {
                 error "Building $name requires OS X 10.7 SDK or later"
             }
         }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140407/88def162/attachment.html>


More information about the macports-changes mailing list