Ticket #16301: db46.patch
File db46.patch, 624 bytes (added by nottwo (Trannie Carter), 16 years ago) |
---|
-
Portfile
51 51 move ${destroot}${prefix}/bin/db_${bin} \ 52 52 ${destroot}${prefix}/bin/db46_${bin} 53 53 } 54 55 if { [ variant_isset dump185 ] } { 56 move ${destroot}${prefix}/bin/db_dump185 \ 57 ${destroot}${prefix}/bin/db46_dump185 58 } 54 59 } 55 60 56 61 variant java description {Enable java bindings} { 57 62 configure.args-append --enable-java 58 63 } 64 65 variant dump185 description {Build db_dump185 tool} { 66 configure.args-append --enable-dump185 67 }