| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:media-libs]/libmodplug = |
| 4 | | |
| 5 | | http://modplug-xmms.sourceforge.net/ |
| 6 | | |
| 7 | | == version 0.8.4 == |
| 8 | | |
| 9 | | ||R5||untested|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||stable|| |
| 12 | | |
| 13 | | === work in progress (scottmc) === |
| 14 | | |
| 15 | | Copy in Haiku config.guess/.sub files, then run:[[BR]] |
| 16 | | * aclocal |
| 17 | | * libtoolize --force |
| 18 | | * automake --add-missing |
| 19 | | * autoconf |
| 20 | | * ./configure --prefix=/boot/common --enable-shared --enable-static |
| 21 | | * make |
| 22 | | * make install |
| 23 | | |
| 24 | | This will make both the static and shared library files, if you only need one or the other then only enable the one you want. |