Revision
108527
Author
ciserlohn@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

Diff

Modified: trunk/dports/devel/git-core/Portfile (108526 => 108527)


--- 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