Ticket #34421: bitcoin.Portfile.diff
File bitcoin.Portfile.diff, 1.2 KB (added by sami.laine@…, 12 years ago) |
---|
-
/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/finance/bitcoin/Portfile
old new 37 37 reinplace "s|-I\"\$\(DEPSDIR\)\/include\"|-I${prefix}/include -I${prefix}/include/db48|" ${makefile} 38 38 reinplace "s|lib/libdb_cxx-4.8.a|lib/db48/libdb_cxx-4.8.dylib|" ${makefile} 39 39 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} 40 43 reinplace "s|\\\.a|.dylib|" ${makefile} 41 44 reinplace "s|/miniupnpc/|/lib/|" ${makefile} 42 45 … … 49 52 # remove it. 50 53 reinplace "s|-arch i386||" ${makefile} 51 54 } 52 build.args -f ${makefile} 55 build.args -f ${makefile} USE_UPNP= 53 56 build.target-append bitcoind 54 57 destroot { 55 58 xinstall -m 755 -W ${worksrcpath} \