[152085] trunk/dports/devel/ld64/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Aug 28 20:15:10 PDT 2016


Revision: 152085
          https://trac.macports.org/changeset/152085
Author:   jeremyhu at macports.org
Date:     2016-08-28 20:15:10 -0700 (Sun, 28 Aug 2016)
Log Message:
-----------
ld64: Remove redundant pre-fetch check

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

Modified: trunk/dports/devel/ld64/Portfile
===================================================================
--- trunk/dports/devel/ld64/Portfile	2016-08-29 03:02:15 UTC (rev 152084)
+++ trunk/dports/devel/ld64/Portfile	2016-08-29 03:15:10 UTC (rev 152085)
@@ -180,13 +180,6 @@
     configure.cxxflags-append -std=c++11
 
     supported_archs i386 x86_64
-
-    pre-fetch {
-        if {![file exists /usr/lib/libc++.dylib]} {
-            ui_error "$name requires a C++11 runtime, which your configuration does not allow"
-            error "unsupported configuration"
-        }
-    }
 }
 
 subport ld64-xcode {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160828/9c9ef410/attachment.html>


More information about the macports-changes mailing list