Ticket #40968: Portfile-botan.diff
File Portfile-botan.diff, 668 bytes (added by crazyhorse671@…, 11 years ago) |
---|
-
Portfile
old new 23 23 rmd160 db3822469698fdba198bacd3da013c545495002f 24 24 use_bzip2 yes 25 25 26 depends_lib port:openssl port:zlib port:bzip2 26 depends_lib port:openssl port:zlib port:bzip2 port:boost 27 27 28 28 worksrcdir Botan-${version} 29 29 30 30 configure.cmd ./configure.py 31 configure.args --docdir=share/doc --cc=gcc --with- openssl --with-zlib --with-bzip231 configure.args --docdir=share/doc --cc=gcc --with-tr1=boost --with-openssl --with-zlib --with-bzip2 32 32 33 33 destroot.destdir DESTDIR=${destroot}${prefix} 34 34