[114471] trunk/dports/security/botan/Portfile

mww at macports.org mww at macports.org
Mon Dec 9 05:56:39 PST 2013


Revision: 114471
          https://trac.macports.org/changeset/114471
Author:   mww at macports.org
Date:     2013-12-09 05:56:39 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
botan: use configure.compiler

Modified Paths:
--------------
    trunk/dports/security/botan/Portfile

Modified: trunk/dports/security/botan/Portfile
===================================================================
--- trunk/dports/security/botan/Portfile	2013-12-09 13:45:41 UTC (rev 114470)
+++ trunk/dports/security/botan/Portfile	2013-12-09 13:56:39 UTC (rev 114471)
@@ -27,7 +27,7 @@
 worksrcdir          Botan-${version}
 
 configure.cmd       ./configure.py
-configure.args      --docdir=share/doc --cc=clang --with-openssl --with-zlib --with-bzip2
+configure.args      --docdir=share/doc --cc=${configure.compiler} --with-openssl --with-zlib --with-bzip2
 
 destroot.destdir    DESTDIR=${destroot}${prefix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/1cd69db7/attachment-0001.html>


More information about the macports-changes mailing list