[136014] trunk/dports/finance/bitcoin/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 9 10:30:06 PDT 2015


Revision: 136014
          https://trac.macports.org/changeset/136014
Author:   ryandesign at macports.org
Date:     2015-05-09 10:30:06 -0700 (Sat, 09 May 2015)
Log Message:
-----------
bitcoin: fix build failure when "configureccache yes" is set in macports.conf by telling bitcoin's configure script not to try to be in charge of when to use ccache

Modified Paths:
--------------
    trunk/dports/finance/bitcoin/Portfile

Modified: trunk/dports/finance/bitcoin/Portfile
===================================================================
--- trunk/dports/finance/bitcoin/Portfile	2015-05-09 15:48:32 UTC (rev 136013)
+++ trunk/dports/finance/bitcoin/Portfile	2015-05-09 17:30:06 UTC (rev 136014)
@@ -39,6 +39,8 @@
 patchfiles      \
     src-rpcrawtransaction.cpp.diff
 
+configure.args      --disable-ccache
+
 # TODO: Restore GUI: needs to move to qt5, as it doesn't look like qt4 is going to get fixed.
 default_variants     +daemon
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150509/c292f615/attachment.html>


More information about the macports-changes mailing list