Ticket #43362: bitcoind_Portfile-43362.patch

File bitcoind_Portfile-43362.patch, 326 bytes (added by posita (Matt Bogosian), 10 years ago)

Patch to address the second of two issues identified in this ticket.

  • Portfile

    old new  
    3535depends_build-append \
    3636                    port:pkgconfig
    3737
    38 configure.args      --without-qt
     38configure.args      --without-qt \
     39                    --with-boost=${prefix}
    3940
    4041build.args          V=1
    4142