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

and.damore at macports.org and.damore at macports.org
Tue Mar 25 03:41:56 PDT 2014


Revision: 118196
          https://trac.macports.org/changeset/118196
Author:   and.damore at macports.org
Date:     2014-03-25 03:41:56 -0700 (Tue, 25 Mar 2014)
Log Message:
-----------
port bitcoin: fix buildbot building

remove autogen.sh script from configure command
enable autoreconf and append needed flags from autogen.sh script

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

Modified: trunk/dports/finance/bitcoin/Portfile
===================================================================
--- trunk/dports/finance/bitcoin/Portfile	2014-03-25 08:33:46 UTC (rev 118195)
+++ trunk/dports/finance/bitcoin/Portfile	2014-03-25 10:41:56 UTC (rev 118196)
@@ -31,7 +31,8 @@
                     port:qt4-mac \
                     port:protobuf-cpp
 
-configure.cmd       ./autogen.sh && ./configure 
+use_autoreconf      yes
+autoreconf.args-append --force
 
 build.args          appbundle
 build.jobs          1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140325/2678667f/attachment.html>


More information about the macports-changes mailing list