Ticket #34421: bitcoin.Portfile.diff

File bitcoin.Portfile.diff, 1.2 KB (added by sami.laine@…, 11 years ago)

diff against the original Portfile to generate a working one

  • /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/finance/bitcoin/Portfile

    old new  
    3737    reinplace "s|-I\"\$\(DEPSDIR\)\/include\"|-I${prefix}/include -I${prefix}/include/db48|" ${makefile}
    3838    reinplace "s|lib/libdb_cxx-4.8.a|lib/db48/libdb_cxx-4.8.dylib|" ${makefile}
    3939    reinplace "s|lib/libboost_thread.a|lib/libboost_thread-mt.dylib|" ${makefile}
     40    reinplace "s|lib/libboost_system.a|lib/libboost_system-mt.dylib|" ${makefile}
     41    reinplace "s|lib/libboost_filesystem.a|lib/libboost_filesystem-mt.dylib|" ${makefile}
     42    reinplace "s|lib/libboost_program_options.a|lib/libboost_program_options-mt.dylib|" ${makefile}
    4043    reinplace "s|\\\.a|.dylib|" ${makefile}
    4144    reinplace "s|/miniupnpc/|/lib/|" ${makefile}
    4245
     
    4952    # remove it.
    5053    reinplace "s|-arch i386||" ${makefile}
    5154}
    52 build.args          -f ${makefile}
     55build.args          -f ${makefile} USE_UPNP=
    5356build.target-append bitcoind
    5457destroot {
    5558    xinstall -m 755 -W ${worksrcpath} \