| | 26 | |
| | 27 | |
| | 28 | === revision 1 (bonefish) - [Haiku] === |
| | 29 | |
| | 30 | ==== Changes ([source:BePorts/trunk/dev-libs/apr-util/apr-util-0.9.x-haiku.diff patch]) ==== |
| | 31 | {{{config.layout}}}: |
| | 32 | - Added directory layout for Haiku. |
| | 33 | |
| | 34 | ==== Configuring/Building ==== |
| | 35 | {{{ |
| | 36 | rm build/config.guess build/config.sub xml/expat/conftools/config.guess xml/expat/conftools/config.sub |
| | 37 | ./buildconf --with-apr=/path/to/APR/sources |
| | 38 | ./configure --with-apr=/path/to/APR/sources --enable-layout=haiku |
| | 39 | make |
| | 40 | }}} |
| | 41 | |
| | 42 | ==== Tests ==== |
| | 43 | All tests pass. |