[108527] trunk/dports/devel/git-core/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Thu Jul 25 13:18:01 PDT 2013


Revision: 108527
          https://trac.macports.org/changeset/108527
Author:   ciserlohn at macports.org
Date:     2013-07-25 13:18:01 -0700 (Thu, 25 Jul 2013)
Log Message:
-----------
git-core: don't use CommonCrypto on Tiger (should fix #39848)

Modified Paths:
--------------
    trunk/dports/devel/git-core/Portfile

Modified: trunk/dports/devel/git-core/Portfile
===================================================================
--- trunk/dports/devel/git-core/Portfile	2013-07-25 19:36:43 UTC (rev 108526)
+++ trunk/dports/devel/git-core/Portfile	2013-07-25 20:18:01 UTC (rev 108527)
@@ -201,6 +201,10 @@
     }
 }
 
+platform darwin 9 {
+    build.args-append   NO_APPLE_COMMON_CRYPTO=1
+}
+
 default_variants    +doc +pcre +credential_osxkeychain
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130725/7e810f27/attachment.html>


More information about the macports-changes mailing list