Ticket #40968: Portfile-botan.diff

File Portfile-botan.diff, 668 bytes (added by crazyhorse671@…, 11 years ago)

Workaround Portfile diff

  • Portfile

    old new  
    2323                    rmd160  db3822469698fdba198bacd3da013c545495002f
    2424use_bzip2           yes
    2525
    26 depends_lib         port:openssl port:zlib port:bzip2
     26depends_lib         port:openssl port:zlib port:bzip2 port:boost
    2727
    2828worksrcdir          Botan-${version}
    2929
    3030configure.cmd       ./configure.py
    31 configure.args      --docdir=share/doc --cc=gcc --with-openssl --with-zlib --with-bzip2
     31configure.args      --docdir=share/doc --cc=gcc --with-tr1=boost --with-openssl --with-zlib --with-bzip2
    3232
    3333destroot.destdir    DESTDIR=${destroot}${prefix}
    3434