| | 1 | [[TOC]] |
| | 2 | |
| | 3 | = PortLog: [wiki:media-libs]/dumb = |
| | 4 | |
| | 5 | http://dumb.sourceforge.net/ |
| | 6 | |
| | 7 | == version 0.9.3 == |
| | 8 | |
| | 9 | ||R5||untested|| |
| | 10 | ||BONE||untested|| |
| | 11 | ||Haiku||stable|| |
| | 12 | |
| | 13 | {{{ |
| | 14 | Builds ok on Haiku. You need to download the both the dumb-0.9.3-autotools.tar.gz and dumb-0.9.3.tar.gz |
| | 15 | Expand them into the same folder, being careful to merge the files and not overwrite folders. |
| | 16 | The makefile.am and makefile.in in the examples folder need to have a -lm removed. |
| | 17 | After you have that all in place then the standard build works. |
| | 18 | ./configure --prefix=/boot/common |
| | 19 | make |
| | 20 | make install |
| | 21 | TODO: make a patch to fix the -lm |
| | 22 | }}} |