[71237] trunk/dports/net/heimdal/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Sep 5 14:57:19 PDT 2010


Revision: 71237
          http://trac.macports.org/changeset/71237
Author:   jeremyhu at macports.org
Date:     2010-09-05 14:57:16 -0700 (Sun, 05 Sep 2010)
Log Message:
-----------
heimdal: Tiger doesn't have the CommonCrypto support needed to build, so use openssl

Modified Paths:
--------------
    trunk/dports/net/heimdal/Portfile

Modified: trunk/dports/net/heimdal/Portfile
===================================================================
--- trunk/dports/net/heimdal/Portfile	2010-09-05 21:42:29 UTC (rev 71236)
+++ trunk/dports/net/heimdal/Portfile	2010-09-05 21:57:16 UTC (rev 71237)
@@ -79,6 +79,11 @@
     configure.args-append  --with-sqlite3=${prefix}
 }
 
+# Tiger does not have the CommonCrypto support needed for -openssl
+if {${os.platform} == "darwin" && ${os.major} < 9} {
+    default_variants +openssl
+}
+
 test.run	yes
 test.target	check
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100905/5b8eaf83/attachment-0001.html>


More information about the macports-changes mailing list